상/하한가 조회
toss_get_price_limitsGet the upper and lower price limits for a KRX stock by providing its 6-digit symbol. Use these bounds to gauge daily volatility and set trading strategies.
Instructions
특정 종목의 상한가/하한가를 조회합니다. (국내 KRX 종목에 적용)
Args:
symbol (string, 필수): 종목 심볼. KRX: 6자리 숫자 (예: 005930)
Returns:
timestamp: 기준 시간 (ISO 8601)
upperLimitPrice: 상한가 (decimal string)
lowerLimitPrice: 하한가 (decimal string)
currency: 통화 코드
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 종목 심볼. KRX: 6자리 숫자 (예: 005930) |