get_candles
Retrieve historical candlestick data for any stock symbol, selecting minute or daily intervals, count, and adjusting for corporate actions.
Instructions
Get candlestick chart data (캔들 차트).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of candles | |
| before | No | Cursor: return candles before this point | |
| symbol | Yes | Stock symbol | |
| adjusted | No | Adjust for splits/dividends | |
| interval | Yes | Candle interval: '1m' or '1d' |