Ohlcv
API calls described in this section are related to downloading OHLCV (Open, High, Low, Close, Volume) timeseries data. Each data point of this timeseries represents several indicators calculated from transactions activity inside a time range (period).
OHLCV data primary purpose is to present an overview of the market in human readable form. It's often used to visualize market data on charts, websites, and various kinds of reports.
CoinAPI expanded the standard OHLCV timeseries by including time of first and last trade and amount of trades executed inside period.
📄️ Historical data by exchange
Get OHLCV timeseries data returned in time ascending order. Data can be requested by the period and for the specific exchange eg `BITSTAMP`
📄️ 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
📄️ Latest data
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
📄️ List all periods
Get full list of supported time periods available for requesting OHLCV timeseries data.