list_indices
List Korean ETF underlying indices with tracking ETF counts. Filter by name, minimum ETF count, and date to locate the exact index_name for search_etf and find_similar_etf.
Instructions
List underlying indices and how many ETFs track each.
A map of the market: use it to find the exact index_name string that
search_etf and find_similar_etf expect.
Args: query: Substring filter on the index name, e.g. "코스피". min_etf_count: Only indices tracked by at least this many ETFs. base_date: YYYYMMDD; resolved backwards to a day with data. limit: Max indices to return, most-tracked first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| base_date | No | ||
| min_etf_count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||