etf_profile
Get detailed ETF profile information including holdings, performance metrics, and investment strategy for any ETF symbol to support investment research and portfolio analysis.
Instructions
Fetch ETF profile
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}