stocks.market.candles
Retrieve historical OHLCV candlestick data for stocks with configurable time resolutions from 1 minute to monthly. Use for charting and technical analysis by specifying symbol, resolution, and date range.
Instructions
Historical OHLCV candlestick data — open, high, low, close, volume with configurable resolution (1min to monthly). Use for charting and technical analysis (Finnhub)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol (e.g. "AAPL") | |
| resolution | No | Candle resolution: "1","5","15","30","60" (minutes), "D" (day), "W" (week), "M" (month). Default: "D" | |
| from | No | Start timestamp (Unix seconds). Default: 30 days ago | |
| to | No | End timestamp (Unix seconds). Default: now |