
What Is OHLCV Data?
- OHLCV data is a form of cryptocurrency market data that summarizes the prices within an interval using five data points.
- OHLCV stands for open, high, low, close, and volume.
- Open and close data points are the first and last prices in the interval.
- High and low data points are the highest and lowest prices in the interval.
- Volume data is the total amount traded over the interval.
How To Obtain OHLCV Data?
- Coinscious provides OHLCV for a variety of exchanges and trading pairs, as well as for intervals ranging from one minute to one day.
- OHLCV data can be obtained from our Market Data API by making a GET request to the endpoint: https://api.coinscious.org/ohlcv/{exchange}/{pair}.
- Optional parameters that can be included are interval, start and end times, and limit. For instance, if you want the ETH/BTC price at Binance from 2019-07-19, 11:30:00PM. to 2019-07-20, 1:00:00AM, then you would make a GET request to this url: https://api.coinscious.org/ohlcv/binance/eth_btc?start=1563593400000&end=1563598800000.
Name | Required | Type | Description |
exchange | Yes | string | Exchanges supported |
pair | Yes | string | Token pair supported |
interval | No | string | Interval and limit |
start | No | timestamp | |
end | No | timestamp | |
limit | No | integer | Interval and limit |
Shell Example
Python Example
Java Example
Resources
- Market Data API: Sign-up
- Market Data API: Specifications
- Market Data API: Quick Start Guide
- Market Data API: Github
Data Services

MARKET DATA API: The most accurate and comprehensive raw crypto market VWAP, OHLCV, trade and order book data. Our data services enable retail and institutional investors easy access to historical and live stream, gapless data with only 100 millisecond latency. Subscribe Now
ALERT API: Fast, real-time alerts to capture more trade opportunities. Track price, volume & trend changes in mainstream crypto markets, and monitor big monetary movements on blockchain data. Subscribe Now
Terminal

COINSCIOUS TERMINAL: real-time analytics on the top 100 coins/tokens, 18 mainstream crypto exchanges, and top technical trading indicators. Access now.
Disclaimer
The information contained herein is for informational purposes only and is not intended as a research report or investment advice. It should not be construed as Coinscious recommending investment in cryptocurrencies or other products or services, or as a solicitation to buy or sell any security or engage in a particular investment strategy. Investment in the crypto market entails substantial risk. Before acting on any information, you should consider whether it is suitable for your particular circumstances and consult all available material, and, if necessary, seek professional advice.
Coinscious and its partners, directors, shareholders and employees may have a position in entities referred to herein or may make purchases and/or sales from time to time, or they may act, or may have acted in the past, as an advisor to certain companies mentioned herein and may receive, or may have received, a remuneration for their services from those companies.
Neither Coinscious or its partners, directors, shareholders or employees shall be liable for any damage, expense or other loss that you may incur out of reliance on any information contained in this report.