Latest data
GET/v1/ohlcv/exchange-symbol/:exchange_id/:symbol_id/latest
Get OHLCV latest timeseries data returned in time descending order. Data can be requested by the period and for the specific symbol eg BITSTAMP_SPOT_BTC_USD
, if you need to query timeseries by asset pairs eg. BTC/USD
, then please reffer to the Exchange Rates Timeseries data
OHLCV Latest endpoint is just the shortcut to the OHLCV Historical endpoint with substituted time_start
and time_end
parameters.
The OHLCV Historical endpoint data can be delayed a few seconds. Use OHLCV real-time data stream to get data without delay.
Request
Path Parameters
Exchange identifier of requested timeseries (from the Metadata -> Exchanges)
Symbol identifier of requested timeseries (from the Metadata -> Symbols)
Query Parameters
Identifier of requested timeseries period (e.g. 5SEC
or 2MTH
)
Default value: 100
Amount of items to return (mininum is 1, maximum is 100000, default value is 100, if the parameter is used then every 100 output items are counted as one request)
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
Gets or sets the start time of the time period.
Gets or sets the end time of the time period.
Gets or sets the time when the price opened.
Gets or sets the time when the price closed.
Gets or sets the opening price.
Gets or sets the highest price during the time period.
Gets or sets the lowest price during the time period.
Gets or sets the closing price.
Gets or sets the total volume traded during the time period.
Gets or sets the number of trades executed during the time period.
[
{
"time_period_start": "2025-04-29T06:11:29.413Z",
"time_period_end": "2025-04-29T06:11:29.413Z",
"time_open": "2025-04-29T06:11:29.413Z",
"time_close": "2025-04-29T06:11:29.413Z",
"price_open": 0,
"price_high": 0,
"price_low": 0,
"price_close": 0,
"volume_traded": 0,
"trades_count": 0
}
]
[
{
"time_period_start": "2017-08-09T14:31:00.0000000Z",
"time_period_end": "2017-08-09T14:32:00.0000000Z",
"time_open": "2017-08-09T14:31:01.0000000Z",
"time_close": "2017-08-09T14:31:46.0000000Z",
"price_open": 3255.59,
"price_high": 3255.59,
"price_low": 3244.74,
"price_close": 3244.74,
"volume_traded": 16.90327455,
"trades_count": 31
},
{
"time_period_start": "2017-08-09T14:30:00.0000000Z",
"time_period_end": "2017-08-09T14:31:00.0000000Z",
"time_open": "2017-08-09T14:30:05.0000000Z",
"time_close": "2017-08-09T14:30:35.0000000Z",
"price_open": 3256,
"price_high": 3256.01,
"price_low": 3247,
"price_close": 3255.6,
"volume_traded": 58.13139792,
"trades_count": 33
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
Gets or sets the start time of the time period.
Gets or sets the end time of the time period.
Gets or sets the time when the price opened.
Gets or sets the time when the price closed.
Gets or sets the opening price.
Gets or sets the highest price during the time period.
Gets or sets the lowest price during the time period.
Gets or sets the closing price.
Gets or sets the total volume traded during the time period.
Gets or sets the number of trades executed during the time period.
[
{
"time_period_start": "2025-04-29T06:11:29.414Z",
"time_period_end": "2025-04-29T06:11:29.414Z",
"time_open": "2025-04-29T06:11:29.414Z",
"time_close": "2025-04-29T06:11:29.414Z",
"price_open": 0,
"price_high": 0,
"price_low": 0,
"price_close": 0,
"volume_traded": 0,
"trades_count": 0
}
]
[
{
"time_period_start": "2017-08-09T14:31:00.0000000Z",
"time_period_end": "2017-08-09T14:32:00.0000000Z",
"time_open": "2017-08-09T14:31:01.0000000Z",
"time_close": "2017-08-09T14:31:46.0000000Z",
"price_open": 3255.59,
"price_high": 3255.59,
"price_low": 3244.74,
"price_close": 3244.74,
"volume_traded": 16.90327455,
"trades_count": 31
},
{
"time_period_start": "2017-08-09T14:30:00.0000000Z",
"time_period_end": "2017-08-09T14:31:00.0000000Z",
"time_open": "2017-08-09T14:30:05.0000000Z",
"time_close": "2017-08-09T14:30:35.0000000Z",
"price_open": 3256,
"price_high": 3256.01,
"price_low": 3247,
"price_close": 3255.6,
"volume_traded": 58.13139792,
"trades_count": 33
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
Gets or sets the start time of the time period.
Gets or sets the end time of the time period.
Gets or sets the time when the price opened.
Gets or sets the time when the price closed.
Gets or sets the opening price.
Gets or sets the highest price during the time period.
Gets or sets the lowest price during the time period.
Gets or sets the closing price.
Gets or sets the total volume traded during the time period.
Gets or sets the number of trades executed during the time period.
[
{
"time_period_start": "2025-04-29T06:11:29.414Z",
"time_period_end": "2025-04-29T06:11:29.414Z",
"time_open": "2025-04-29T06:11:29.414Z",
"time_close": "2025-04-29T06:11:29.414Z",
"price_open": 0,
"price_high": 0,
"price_low": 0,
"price_close": 0,
"volume_traded": 0,
"trades_count": 0
}
]
[
{
"time_period_start": "2017-08-09T14:31:00.0000000Z",
"time_period_end": "2017-08-09T14:32:00.0000000Z",
"time_open": "2017-08-09T14:31:01.0000000Z",
"time_close": "2017-08-09T14:31:46.0000000Z",
"price_open": 3255.59,
"price_high": 3255.59,
"price_low": 3244.74,
"price_close": 3244.74,
"volume_traded": 16.90327455,
"trades_count": 31
},
{
"time_period_start": "2017-08-09T14:30:00.0000000Z",
"time_period_end": "2017-08-09T14:31:00.0000000Z",
"time_open": "2017-08-09T14:30:05.0000000Z",
"time_close": "2017-08-09T14:30:35.0000000Z",
"price_open": 3256,
"price_high": 3256.01,
"price_low": 3247,
"price_close": 3255.6,
"volume_traded": 58.13139792,
"trades_count": 33
}
]