Overview
Retrieve Open, High, Low, Close, and Volume (OHLCV) data for a specific coin for the last completed day. This endpoint provides daily candle data for the most recent full 24-hour period.Usage
Arguments
The unique identifier for the coin in format
symbol-name (e.g., btc-bitcoin, eth-ethereum)Options
Quote currency for price data. Common values:
usd, btc, ethOutput format:
table or jsonOutput raw JSON without metadata wrapper (useful for scripting)
Examples
Get latest OHLCV for Bitcoin
Get latest OHLCV for Ethereum in BTC
Get latest OHLCV as JSON
Get raw JSON for scripting
Response
The command returns OHLCV data for the last complete day:Response Fields
ISO 8601 timestamp when the candle period opened
ISO 8601 timestamp when the candle period closed
Opening price at the start of the period
Highest price during the period
Lowest price during the period
Closing price at the end of the period
Total trading volume during the period
Market capitalization at the end of the period
Notes
- This endpoint returns data for the last full day only (completed 24-hour period)
- For today’s incomplete data, use the
ohlcv-todaycommand - For historical OHLCV data, use the
ohlcvcommand - All values may be
nullif data is unavailable - Available on free tier
Related Commands
ohlcv- Get historical OHLCV dataohlcv-today- Get today’s OHLCV dataticker- Get current price data