get_candles
Fetch candlestick chart data for a security with minute or daily intervals. Specify count, adjusted prices, and paginate using the before cursor.
Instructions
Get candlestick chart data (캔들).
interval: "1m" (minute) or "1d" (daily). count: max 200. before: ISO 8601 cursor (exclusive) — pass the previous response's nextBefore to paginate. adjusted: apply adjusted prices (수정주가).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| before | No | ||
| symbol | Yes | ||
| adjusted | No | ||
| interval | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||