get_fund_holding
Retrieve the stocks held by a fund using its symbol and optional report date.
Instructions
Get fund holdings (stocks held by the fund).
Use to see what stocks a fund holds. get_fund_holding(symbol="510300.FUND")
Args: symbol: Fund symbol report_date: Report period (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| report_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |