get-historical-ohlcv
Fetch historical OHLCV (candlestick) data for specified trading pairs across major exchanges. Analyze price trends over customizable timeframes and days for informed trading decisions.
Instructions
Get historical OHLCV (candlestick) data for a trading pair
Input Schema
Name | Required | Description | Default |
---|---|---|---|
days_back | No | Number of days of historical data to fetch (default: 7, max: 30) | |
exchange | No | Exchange to use (supported: binance, coinbase, kraken, kucoin, hyperliquid, huobi, bitfinex, bybit, okx, mexc) | binance |
symbol | Yes | Trading pair symbol (e.g., BTC/USDT, ETH/USDT) | |
timeframe | No | Timeframe for candlesticks (e.g., 1m, 5m, 15m, 1h, 4h, 1d) | 1h |