Historical data by exchange
GET/v1/ohlcv/exchanges/:exchange_id/history
Get OHLCV timeseries data returned in time ascending order. Data can be requested by the period and for the specific exchange eg BITSTAMP
info
The OHLCV Historical endpoint data can be delayed a few seconds. Use OHLCV real-time data stream to get data without delay.
The difference between time_end
and time_start
cannot be higher than 1 day.
The period_id
cannot be higher than 1DAY
.
Request
Path Parameters
exchange_id stringrequired
Exchange identifier of requested timeseries (from the Metadata -> Exchanges)
Query Parameters
period_id stringrequired
Identifier of requested timeseries period (e.g. 5SEC
or 1DAY
)
time_start stringrequired
Timeseries starting time in ISO 8601
time_end stringrequired
Timeseries ending time in ISO 8601