현재가 조회
toss_get_pricesRetrieve current prices for up to 200 stock symbols in a single request. Covers both Korean and US markets.
Instructions
여러 종목의 현재가를 한번에 조회합니다. 최대 200개 심볼 지원.
Args:
symbols (string, 필수): 콤마로 구분된 종목 심볼 목록 (최대 200개). 예: "005930,000660" 또는 "AAPL,TSLA,NVDA"
Returns: 각 종목별 배열:
symbol: 종목 심볼
timestamp: 기준 시간 (ISO 8601)
lastPrice: 현재가 (decimal string)
currency: 통화 코드 (KRW/USD)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | 콤마로 구분된 종목 심볼 목록 (최대 200개). 예: "005930,000660" 또는 "AAPL,TSLA" |