Financial Modeling Prep

getFundDisclosureDates

Retrieve detailed disclosures for mutual funds and ETFs based on filing dates with the FMP Fund & ETF Disclosures by Date API. Stay current with the latest filings and track regulatory updates effectively.

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

Other tools also called getFundDisclosureDates? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "cik": {
      "type": "string",
      "description": "Optional CIK number"
    },
    "symbol": {
      "type": "string",
      "description": "Fund symbol"
    }
  }
}