Retrieves the historical time series OHLCV data for the specified exchange and instrument(s).
RESPONSE DATA
Field | Type | Description |
---|---|---|
{metadata} |
| The metadata associated with the data. |
{metadata}.startDate |
| The first date/time for which data is available. |
{metadata}.endDate |
| The last date/time for which data is available. |
[data] |
| The OHLCV data corresponding to the columns fields, aggregated by exchange. |
[data].instrument |
| The name of the instrument. |
[data].timestamp |
| The time at which the event occurred. |
[data].open |
| The value when the bar/time interval started. |
[data].high |
| The highest value within the bar/time interval. |
[data].low |
| The lowest value within the bar/time interval. |
[data].close |
| The value when the bar/time interval closed. |
[data].volume |
| The volume within the bar/time interval. |