Stock Price Candles (OHLCV)
stocks.market.candlesRetrieve historical OHLCV candlestick data (open, high, low, close, volume) with configurable resolution from 1 minute to monthly for charting and technical analysis.
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
| 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |