Financial Modeling Prep

getFilingsByCIK

Search for SEC filings using the FMP SEC Filings By CIK API. Access detailed regulatory filings by Central Index Key (CIK) number, enabling you to track all filings related to a specific company or entity.

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

Other tools also called getFilingsByCIK? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "description": "End date (YYYY-MM-DD)"
    },
    "cik": {
      "type": "string",
      "description": "Central Index Key (CIK)"
    },
    "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"
    }
  }
}