eToro Market Data API

Provides REST and WebSocket access to real-time and historical market data for all asset classes available on eToro including stocks, cryptocurrencies, ETFs, commodities, currencies, and indices. REST endpoints cover instrument search, metadata, real-time bid/ask rates, end-of-day closing prices, and OHLCV candlestick history. The WebSocket stream at wss://ws.etoro.com/ws delivers low-latency tick-level price updates via topic-based subscriptions such as quotes.{instrumentId}.

API entry from apis.yml

apis.yml Raw ↑
aid: etoro:market-data-api
name: eToro Market Data API
tags:
- Market Data
- Instruments
- Quotes
- OHLCV
- Real-Time
- WebSocket
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://public-api.etoro.com/api/v1
humanURL: https://builders.etoro.com/
properties:
- url: https://builders.etoro.com/
  type: Documentation
- url: https://api-portal.etoro.com/
  type: Portal
- url: https://builders.etoro.com/blog/developers-guide-to-instrument-discovery
  type: GettingStarted
- url: https://builders.etoro.com/blog/building-a-real-time-price-dashboard
  type: Tutorial
description: Provides REST and WebSocket access to real-time and historical market data for all asset
  classes available on eToro including stocks, cryptocurrencies, ETFs, commodities, currencies, and indices.
  REST endpoints cover instrument search, metadata, real-time bid/ask rates, end-of-day closing prices,
  and OHLCV candlestick history. The WebSocket stream at wss://ws.etoro.com/ws delivers low-latency tick-level
  price updates via topic-based subscriptions such as quotes.{instrumentId}.
x-features:
- Instrument search and metadata retrieval
- Real-time bid/ask rates for multiple symbols
- OHLCV historical candlesticks (up to 1000 bars)
- End-of-day closing price bulk history
- Exchange and sector/industry reference data
- WebSocket streaming for live price ticks
x-use-cases:
- Build real-time price dashboards and market monitors
- Backtest trading strategies with historical OHLCV data
- Discover and map instruments by ticker, type, or exchange
- Stream live quotes into algorithmic trading systems