candlesResponse
Response containing historical price data in candlestick format
Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/candlesResponse.json",
"title": "candlesResponse",
"type": "object",
"description": "Response containing historical price data in candlestick format",
"properties": {
"interval": {
"type": "string",
"description": "Time interval of the returned candles. Matches the interval parameter from the request.",
"enum": [
"OneMinute",
"FiveMinutes",
"TenMinutes",
"FifteenMinutes",
"ThirtyMinutes",
"OneHour",
"FourHours",
"OneDay",
"OneWeek"
]
},
"candles": {
"type": "array",
"description": "List of candle data grouped by instrument",
"items": {
"type": "object",
"description": "Candle data for a specific instrument",
"properties": {
"instrumentId": {
"type": "integer",
"description": "Identifier of the instrument these candles belong to"
},
"candles": {
"type": "array",
"description": "List of individual candles representing price action over time",
"items": {
"type": "object",
"description": "Individual candle data point",
"properties": {
"instrumentID": {
"type": "integer",
"description": "Identifier of the instrument this candle belongs to"
},
"fromDate": {
"type": "string",
"format": "date-time",
"description": "Start time of the candle period in ISO 8601 format"
},
"open": {
"type": "number",
"format": "float",
"description": "Opening price at the start of the candle period"
},
"high": {
"type": "number",
"format": "float",
"description": "Highest price reached during the candle period"
},
"low": {
"type": "number",
"format": "float",
"description": "Lowest price reached during the candle period"
},
"close": {
"type": "number",
"format": "float",
"description": "Closing price at the end of the candle period"
},
"volume": {
"type": "number",
"format": "float",
"description": "Trading volume during the candle period"
}
}
}
},
"rangeOpen": {
"type": "number",
"format": "float",
"description": "Opening price of the first candle in the range"
},
"rangeClose": {
"type": "number",
"format": "float",
"description": "Closing price of the last candle in the range"
},
"rangeHigh": {
"type": "number",
"format": "float",
"description": "Highest price across all candles in the range"
},
"rangeLow": {
"type": "number",
"format": "float",
"description": "Lowest price across all candles in the range"
},
"volume": {
"type": "number",
"format": "float",
"description": "Total trading volume across all candles in the range"
}
}
}
}
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/candlesResponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.