Financial Modeling Prep

getSecFilingExtract

The Filings Extract API allows users to extract detailed data directly from official SEC filings. This API provides access to key information such as company shares, security details, and filing links, making it easier to analyze corporate disclosures.

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

Other tools also called getSecFilingExtract? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "cik": {
      "type": "string",
      "description": "CIK number"
    },
    "year": {
      "type": [
        "string",
        "number"
      ],
      "description": "Year of filing"
    },
    "quarter": {
      "type": [
        "string",
        "number"
      ],
      "description": "Quarter of filing (1-4)"
    }
  }
}