get_tdcc_opendata
Query Taiwan securities custody data by endpoint ID. Access shareholding distribution, stock custody changes, offshore fund NAVs, and e-voting information from TDCC OpenData.
Instructions
Query any TDCC OpenData endpoint by ID (通用 TDCC 開放資料查詢).
Covers all 100+ TDCC endpoints. Use endpoint_id like '1-1' for securities info, '2-41' for ETF analysis, '3-2' for offshore fund data, '5-4' for futures fund NAV, etc.
Available endpoint categories:
1-x: Share administration (證券基本資料, 股權分散表, 債券, 私募...)
2-x: Statistics (月分析表, 週餘額表, TAIBIR利率, 票券統計...)
3-x: Offshore funds (基金基本資料, 淨值, 配息, 市場統計...)
4-x: Offshore structured products (商品總覽, 參考價格, 配息...)
5-x: Futures trust funds (基金總覽, 淨值, 銷售統計...)
6-x: Shareholder e-voting (電子投票資訊, 投票比率統計)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint_id | Yes | TDCC endpoint ID, e.g. '1-1', '2-22', '3-4', '5-4'. See TDCC API docs for full list. | |
| filter_field | No | Field name to filter on (exact Chinese field name from the API response). | |
| filter_value | No | Value to match in the filter field (partial match). | |
| limit | No | Maximum number of records to return. Default 100. |