get_chart
Gets candlestick OHLCV data (open, high, low, close, volume) for any stock. Provides historical price data for chart visualization with configurable timeframe and count.
Instructions
캔들차트 OHLCV — 종목의 시계열 캔들 데이터(시가/고가/저가/종가/거래량, candlestick OHLCV). "삼성전자 일봉", "차트 보여줘", "3개월 주봉", "월봉 데이터", "캔들 시각화", "candlestick chart", "price history" 같은 질문에 사용합니다.
⭐ 차트 시각화의 유일한 진입점. 아티팩트/플롯으로 차트를 그릴 땐 이 도구만 사용하고, 캔들 + 거래량만 렌더링하세요. 지지·저항은 캔들 위에서 눈으로 판단합니다. 이평선·RSI·MACD·볼린저 등 보조지표는 사용자가 명시적으로 요청할 때만 추가하고, 그때도 get_indicators로 숫자만 받아 텍스트로 요약 — 한 차트에 여러 지표를 선으로 얹어 "덕지덕지" 만들지 말 것.
기본값 120일 (약 6개월 거래일).
Args: code: 종목코드 6자리 (예: "005930") timeframe: "day"(일봉), "week"(주봉), "month"(월봉) count: 가져올 봉 개수 (기본 120, 최대 500)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| timeframe | No | day | |
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |