get_ohlcv
Retrieve aggregated OHLCV candlestick data for any trading pair across 120+ exchanges. Specify exchange, instrument, and interval (1m, 15m, 1h, or 1d) to get historical price data for analysis.
Instructions
Get aggregated OHLCV candlestick data (1m, 15m, 1h, 1d intervals)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End timestamp | |
| from | No | Start timestamp | |
| limit | No | Max results | |
| exchange | Yes | Exchange name | |
| instrument | Yes | Trading pair | |
| aggregation | Yes | Interval: 1m, 15m, 1h, or 1d |