Get index and bond yield prices
tossinvest_get_market_indicator_pricesFetch current Korean market index levels (KOSPI, KOSDAQ) and treasury bond yields (2Y-30Y) as price data. Specify comma-separated symbols to get last price and timestamp.
Instructions
Get the current level of Korean market indices and treasury yields.
Supported symbols (this catalog and nothing else):
KOSPI, KOSDAQ — index level in points
KR_BOND_2Y, KR_BOND_3Y, KR_BOND_5Y, KR_BOND_10Y, KR_BOND_20Y, KR_BOND_30Y — yield in percent ('3.25' means 3.25%)
Args:
symbols (string): Comma-separated catalog symbols, e.g. 'KOSPI,KOSDAQ'.
response_format ('markdown' | 'json'): default 'markdown'.
Returns { count, prices: [{ symbol, lastPrice, timestamp }] }.
For individual stocks use tossinvest_get_prices — this endpoint rejects stock symbols.
Errors: 400 unsupported-symbol for anything outside the catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Comma-separated catalog symbols, e.g. 'KOSPI,KOSDAQ' or 'KR_BOND_3Y,KR_BOND_10Y'. | |
| response_format | No | Output format: 'markdown' for a compact human-readable summary, 'json' for the complete raw payload. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| prices | Yes |