get_etf_quote
Retrieve a complete daily ETF quote by code, ISIN, or name, including OHLC, NAV, and premium/discount. If multiple matches, get candidates to choose the precise ETF.
Instructions
Full one-day detail for a single ETF, looked up by code, ISIN or name.
Returns every field the feed carries -- OHLC, volume, trade value, market cap, NAV, net assets, listed shares, underlying index and its close -- plus the NAV premium/discount, which the feed does not compute.
If a partial name matches several products, no quote is returned; instead
candidates lists the matches so you can pick one.
Args: code_or_name: "069500", "KR7069500007", "KODEX 200", or "반도체". base_date: YYYYMMDD; resolved backwards to a day with data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_date | No | ||
| code_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||