Get current price
toss_get_priceFetch current stock prices from Toss Securities using Korean 6-digit codes or US tickers, mixable in one request. If only a company name is known, resolve it to a symbol first.
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'] |