get_chart
Fetch raw OHLCV candles for any symbol with configurable interval and limit. Use when you need the unmodified price series instead of computed indicators.
Instructions
Get raw OHLCV candles for a symbol (open, high, low, close, volume, timestamp). Use get_technicals for computed indicators; use this only when you need the raw series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of candles (max 500) | |
| symbol | Yes | Ticker to fetch candles for | |
| interval | No | Candle interval; defaults to daily (1d) |