Financial Modeling Prep

searchCIK

Easily retrieve the Central Index Key (CIK) for publicly traded companies with the FMP CIK API. Access unique identifiers needed for SEC filings and regulatory documents for a streamlined compliance and financial analysis process.

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

Other tools also called searchCIK? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "cik": {
      "type": "string",
      "description": "The CIK number to search for"
    },
    "limit": {
      "type": "number",
      "description": "Optional limit on number of results (default: 50)"
    }
  }
}