Historical data
Get OHLCV timeseries data returned in time ascending 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
:::info The OHLCV Historical endpoint data can be delayed a few seconds. Use OHLCV real-time data stream to get data without delay. :::
Path parameters
Symbol identifier of requested timeseries (from the Metadata -> Symbols)
Query parameters
Identifier of requested timeseries period (e.g. 5SEC or 2MTH)
Timeseries starting time in ISO 8601
Timeseries ending time in ISO 8601
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)
Response
successful operation