get_etf_holdings
Retrieve ETF holdings, sector and country weights, and fund metadata using ticker symbol. Supports optional filtering by section and summary or full output.
Instructions
Get ETF/fund composition across holdings, sector/country weights, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows in summary mode for holdings/exposure/disclosure (default: 25). | |
| format | No | Output format: - "summary": Normalized section outputs - "full": Raw endpoint payloads | summary |
| output | No | Output mode for full holdings section: inline or file. | inline |
| symbol | Yes | ETF symbol (e.g., "SPY", "QQQ", "VTI"). | |
| include | No | Optional section subset as JSON array or comma-separated string. Valid sections: "holdings", "sectors", "countries", "info", "exposure", "disclosure". Default: all sections. | |
| use_cache | No | Use cached data when available (default: True). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||