OHLCV Data
Learn how to fetch OHLCV data on CoinAPI.
We'll cover the following...
OHLCV data
The OHLCV endpoint provides the OHLCV time series data relating to all or one specific symbol. OHLCV is the aggregated form for the Open, High, Low, Close, Volume data attributes of market data. The first four attributes represent the opening, closing, highest, and lowest prices in a specific time interval. Volume represents the total number of trades in that time interval.
We generally use OHLCV data to provide an overview of the cryptocurrency market in a human-readable form. We often use the OHLCV data in charts and reports to predict or understand market behavior.
OHLCV time series periods
We can get a complete list of supported time periods available on CoinAPI for the OHLCV time series data. Here's a list of the OHLCV time series periods available on CoinAPI:
Period Identifiers
Unit of time | Period identifiers |
Seconds |
|
Minutes |
|
Hours |
|
Days |
|
Months |
|
Year |
|
We can get the supported time periods on ...