基金重仓股
信息
工具名:get_fund_portfolio_holdings
对应 REST 端点:GET /api/fund/portfolio/holdings
工具描述
查询单只基金定期披露的重仓股票,返回股票 thscode、ticker、名称和占基金净值比例。 重仓股来自定期披露,不代表实时持仓。
参数
| 参数 | 类型 | 必填 | 默认 | 说明 |
|---|---|---|---|---|
fund_type | enum | 是 | — | 基金类型,只允许单个值:otc(场外基金)/ exchange(ETF、LOF)/ reits(公募 REITs)。 |
thscode | string | 是 | 025480.OF | 完整基金 thscode,必须保留市场后缀,并与 fund_type 对应,如 025480.OF / 510300.SH / 161725.SZ。 |
调用示例
工 具:get_fund_portfolio_holdings
参数:
- fund_type: "otc"
- thscode: "025480.OF"
返回
返回 { timestamp, item: [FundHoldingItem, ...] }。字段含义见 REST 端点
基金重仓股。