What Is Crypto OHLCV Data?
Cryptocurrency markets generate a continuous stream of market activity. OHLCV data summarizes that activity into standardized candles over fixed periods of time.
Each candle represents how a market behaved during a specific interval:
- Open — opening price for the period
- High — highest price during the period
- Low — lowest price during the period
- Close — closing price for the period
- Volume — total executed trading volume during the period
This makes OHLCV useful when you need market structure without processing every individual market event.
Instead of storing thousands or millions of market updates, developers can work with compact time-based candles that are easier to chart, analyze, query, and visualize.
OHLCV candles can be generated at different granularities, from short intraday intervals to longer daily or weekly periods, depending on the analysis use case.
Clean OHLCV data also helps compare the same asset across multiple venues without dealing with inconsistent exchange formats. When combined with trades, quotes, or order book data, OHLCV provides a higher-level view of market behavior while preserving access to deeper market context.
This is why OHLCV is often the starting point for crypto charts, trading dashboards, historical research, and automated market analysis.