etf_snapshot
Retrieve a complete snapshot of a single listed ETF, including basic info, daily price/volume, and regular investment popularity. Combines three TWSE tables for faster, reliable data.
Instructions
一次取得單一上市 ETF 的完整概況:基本資料 + 當日價量 + 定期定額熱度。
合併三張證交所的表並行查詢,比分別呼叫 twse_get_dataset 快也不易出錯。 任何一段查不到都會標成 null 並記在 caveats,不會整個失敗。
Args: code: ETF 代號,例如 "0056"、"0050"、"00878"。 include_realtime: 是否附上盤中即時報價(盤後或休市時可能為空)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| include_realtime | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |