Financial Modeling Prep
getFundDisclosure
Access comprehensive disclosure data for mutual funds with the FMP Mutual Fund Disclosures API. Analyze recent filings, balance sheets, and financial reports to gain insights into mutual fund portfolios.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getFundDisclosure?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"cik": {
"type": "string",
"description": "Optional CIK number"
},
"year": {
"type": "number",
"description": "Year"
},
"symbol": {
"type": "string",
"description": "Fund symbol"
},
"quarter": {
"type": "number",
"description": "Quarter"
}
}
}