Default
Forex Candles
Get candlestick data for forex symbols.
get/forex/candle
Query parameters
symbolstring required
Use symbol returned in <code>/forex/symbol</code> endpoint for this field.
resolutionstring required
Supported resolution includes <code>1, 5, 15, 30, 60, D, W, M </code>.Some timeframes might not be available depending on the exchange.
frominteger required
UNIX timestamp. Interval initial value.
tointeger required
UNIX timestamp. Interval end value.
Response
successful operation
Example response
{
"c": [
5.962134,
5.962134
],
"s": "s",
"t": [
2.302136,
2.302136
],
"v": [
5.637377,
5.637377
],
"h": [
6.0274563,
6.0274563
],
"l": [
1.4658129,
1.4658129
],
"o": [
0.8008282,
0.8008282
]
}