get_price
Retrieves the current price snapshot including today's open, high, low, close, and volume for a given stock code. Use for real-time stock price queries.
Instructions
현재가 — 종목의 현재 시세 스냅샷 (오늘 하루치 OHLC + 거래량). "삼성전자 지금 얼마", "현재가", "오늘 시세", "주가 알려줘" 같은 질문에 사용합니다.
⚠️ 단일 시점 스냅샷. 과거 시계열 아님. 차트/히스토리 필요 시 get_chart 사용.
Args: code: 종목코드 6자리 (예: "005930")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |