get_candles
Fetch OHLCV candlestick chart data for a stock symbol, supporting minute or daily intervals, pagination, and adjusted prices. Useful for technical analysis and charting.
Instructions
종목의 캔들(OHLCV) 차트 데이터를 조회한다.
Args: symbol: 종목 심볼. interval: 봉 단위. "1m"(1분봉) 또는 "1d"(일봉). count: 조회 봉 수 (1~200, 기본 30). before: 페이지네이션 상한 (ISO 8601). 이전 응답의 nextBefore를 그대로 전달한다. adjusted: 수정주가 적용 여부 (기본 True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| before | No | ||
| symbol | Yes | ||
| adjusted | No | ||
| interval | No | 1d |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||