Latest data
GET/v1/ohlcv/: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 providing real-time data without delay. The OHLCV Historical endpoint data can be delayed a few seconds.
Request
Path Parameters
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)
Include items with no activity? (default value is false
, possible values are true
or false
)
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
The start time of the time period.
The end time of the time period.
The time when the price opened.
The time when the price closed.
The opening price.
The highest price during the time period.
The lowest price during the time period.
The closing price.
The total volume traded during the time period.
The number of trades executed during the time period.
[
{
"time_period_start": "2024-11-12T12:17:30.364Z",
"time_period_end": "2024-11-12T12:17:30.364Z",
"time_open": "2024-11-12T12:17:30.364Z",
"time_close": "2024-11-12T12:17:30.364Z",
"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 [
]
The start time of the time period.
The end time of the time period.
The time when the price opened.
The time when the price closed.
The opening price.
The highest price during the time period.
The lowest price during the time period.
The closing price.
The total volume traded during the time period.
The number of trades executed during the time period.
[
{
"time_period_start": "2024-11-12T12:17:30.364Z",
"time_period_end": "2024-11-12T12:17:30.364Z",
"time_open": "2024-11-12T12:17:30.364Z",
"time_close": "2024-11-12T12:17:30.364Z",
"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 [
]
The start time of the time period.
The end time of the time period.
The time when the price opened.
The time when the price closed.
The opening price.
The highest price during the time period.
The lowest price during the time period.
The closing price.
The total volume traded during the time period.
The number of trades executed during the time period.
[
{
"time_period_start": "2024-11-12T12:17:30.365Z",
"time_period_end": "2024-11-12T12:17:30.365Z",
"time_open": "2024-11-12T12:17:30.365Z",
"time_close": "2024-11-12T12:17:30.365Z",
"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 [
]
The start time of the time period.
The end time of the time period.
The time when the price opened.
The time when the price closed.
The opening price.
The highest price during the time period.
The lowest price during the time period.
The closing price.
The total volume traded during the time period.
The number of trades executed during the time period.
[
{
"time_period_start": "2024-11-12T12:17:30.365Z",
"time_period_end": "2024-11-12T12:17:30.365Z",
"time_open": "2024-11-12T12:17:30.365Z",
"time_close": "2024-11-12T12:17:30.365Z",
"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
}
]