Get current price
toss_get_priceFetches current stock prices from Toss Securities using Korean 6-digit codes or US tickers. Accepts multiple symbols in one call.
Instructions
Fetches current prices from Toss Securities. Korean listings use the 6-digit code (e.g. 005930); US listings use the ticker (e.g. NVDA). Both can be mixed in one call. If you only know the company name, call toss_resolve_symbol first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Symbols to look up, e.g. ['005930', 'NVDA'] |