Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

eToro Market Data API

The Market Data API from eToro — 8 operation(s) for market data.

eToro Market Data API is one of 29 APIs that eToro publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Market Data. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 8 operations across 8 paths, and defines 9 schemas. It is described by OpenAPI 3.0.1, at version v1.158.0.

Requests are made against the base URL https://public-api.etoro.com/api/v1.

8 operations 8 paths 9 schemas 8 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
v1.158.0
Base URL
https://public-api.etoro.com/api/v1
Resource Areas
1

Paths & Operations 8

Across 8 paths, the API surfaces 8 operations — 8 GET. Each is listed below with its method, path, parameters, and response codes.

Market Data 8
GET
/api/v1/market-data/exchanges
Retrieves a list of exchanges supported by the platform along with basic descriptive data.
GetExchanges 4 params → 200
GET
/api/v1/market-data/instrument-types
Fetch available instrument types (asset classes) such as stocks, ETFs, commodities, etc.
GetInstrumentTypes 4 params → 200
GET
/api/v1/market-data/instruments
Retrieves metadata for specified instruments, including display names, exchange IDs, and classification.
GetInstrumentsByFilters 7 params → 200
GET
/api/v1/market-data/instruments/history/closing-price
Get historical closing prices for all instruments
getClosingPrices 3 params → 200
GET
/api/v1/market-data/instruments/rates
Retrieve current market rates and pricing information for specified instruments
retrieveCurrentMarketRatesPricingInformation 4 params → 200400
GET
/api/v1/market-data/instruments/{instrumentId}/history/candles/{direction}/{interval}/{candlesCount}
Get historical candles data for an instrument
getCandles 7 params → 200
GET
/api/v1/market-data/search
Search for Instruments
searchForInstruments 8 params → 200
GET
/api/v1/market-data/stocks-industries
Gets data on available stocks industries
GetStocksIndustries 4 params → 200

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Instrument (64 properties), InstrumentSearchResponse (4 properties), candlesResponse (2 properties), ExchangesResponse (1 property). Each schema is shown below with its type and property counts.

InstrumentsResponse
object
1 property
closingPricesResponse
array
List of closing prices for all instruments
InstrumentSearchResponse
object
4 properties
ExchangesResponse
object
1 property
candlesResponse
object
Response containing historical price data in candlestick format
2 properties
LiveRatesResponse
object
Container for real-time market rates data
1 property
StocksIndustriesResponse
object
1 property
Instrument
object
64 properties
InstrumentTypesResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

etoro-market-data-api-openapi.yml Raw ↑

Other APIs eToro publishes across the network.

eToro Trading API
eToro Market Data API
eToro Portfolio and Account API
eToro Social and Discovery API
eToro Watchlists API
eToro Price Alerts API
eToro Agent Portfolios API
eToro Agent Portfolios API
eToro Asset Explorer API
eToro Attachments API
eToro Balances API
eToro Cash Accounts API