Financial Modeling Prep

getDisclosure

Access the latest disclosures from mutual funds and ETFs with the FMP Mutual Fund & ETF Disclosure API. This API provides updates on filings, changes in holdings, and other critical disclosure data for mutual funds and ETFs.

Remote cfocoder/financial-modeling-prep-mcp-server

Other tools also called getDisclosure? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Fund symbol"
    }
  }
}