Financial Modeling Prep
getFundAssetExposure
Discover which ETFs hold specific stocks with the FMP ETF Asset Exposure API. Access detailed information on market value, share numbers, and weight percentages for assets within ETFs.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getFundAssetExposure?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Fund symbol"
}
}
}