Get instrument candle history
Rate limit: 120 requests per 60 seconds. This is a shared quota — the same budget is consumed by a group of related endpoints, so calling any of them reduces what is left for the others (you cannot call each at the full rate independently). Endpoints sharing this quota:
GET /api/v1/market-data/exchangesGET /api/v1/market-data/instrument-typesGET /api/v1/market-data/instrumentsGET /api/v1/market-data/instruments/history/closing-priceGET /api/v1/market-data/instruments/ratesGET /api/v1/market-data/searchGET /api/v1/market-data/stocks-industries
Retrieves historical price data in OHLCV (Open, High, Low, Close, Volume) format for a specified instrument. The data is organized into time-based candles of various intervals, from one minute to one week.
Authorizations
API key of the application. Only valid together with the x-user-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it. The pair is granted the same permissions the operation's OAuth scopes describe.
Demo credential for trying the API from these docs: lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663
User-specific authentication key. Only valid together with the x-api-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it.
Demo credential for trying the API from these docs: eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_
Headers
A unique request identifier.
"08c892d9-25bb-4039-9e64-a254a9b6dc3d"
Path Parameters
Sorting direction of the candles data. Use 'asc' for oldest to newest, or 'desc' for newest to oldest.
asc, desc Time interval for each candle. Determines the granularity of the price data. Shorter intervals provide more detailed price action but require more data points.
OneMinute, FiveMinutes, TenMinutes, FifteenMinutes, ThirtyMinutes, OneHour, FourHours, OneDay, OneWeek Number of candles to retrieve. Maximum value is 1000. For longer historical periods, consider using a larger time interval or making multiple requests.
x <= 1000Unique identifier of the financial instrument to retrieve candles for. This ID is consistent across all eToro systems.
Response
Successful retrieval of candles data
Response containing historical price data in candlestick format