Get OHLCV candles
toss_get_candlesRetrieves OHLCV candle data for a stock symbol to analyze price trends and volatility. Supports 1-minute or daily intervals with up to 200 candles per request.
Instructions
Returns OHLCV candles for a symbol, for trend and volatility analysis. Interval is 1m or 1d; at most 200 candles per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many candles | |
| before | No | Pagination cursor: pass the previous response's nextBefore | |
| symbol | Yes | Symbol, e.g. 005930 or NVDA | |
| adjusted | No | Apply split/dividend adjustment | |
| interval | Yes | Candle interval |