Financial Modeling Prep
searchFundDisclosures
Easily search for mutual fund and ETF disclosures by name using the Mutual Fund & ETF Disclosure Name Search API. This API allows you to find specific reports and filings based on the fund or ETF name, providing essential details like CIK number, entity information, and reporting file number.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called searchFundDisclosures?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the holder to search for"
}
}
}