Financial Modeling Prep

getLatest8KFilings

Stay up-to-date with the most recent 8-K filings from publicly traded companies using the FMP Latest 8-K SEC Filings API. Get real-time access to significant company events such as mergers, acquisitions, leadership changes, and other material events that may impact the market.

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

Other tools also called getLatest8KFilings? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "description": "End date (YYYY-MM-DD)"
    },
    "from": {
      "type": "string",
      "description": "Start date (YYYY-MM-DD)"
    },
    "page": {
      "type": "number",
      "description": "Page number for pagination"
    },
    "limit": {
      "type": "number",
      "description": "Limit the number of results"
    }
  }
}