Financial Modeling Prep
getETFHoldersBulk
The ETF Holder Bulk API allows users to quickly retrieve detailed information about the assets and shares held by Exchange-Traded Funds (ETFs). This API provides insights into the weight each asset carries within the ETF, along with key financial information related to these holdings.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getETFHoldersBulk?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"part": {
"type": "string",
"description": "Part number (e.g., 0, 1, 2)"
}
}
}