Financial Modeling Prep

getCIKList

Access a comprehensive database of CIK (Central Index Key) numbers for SEC-registered entities with the FMP CIK List API. This endpoint is essential for businesses, financial professionals, and individuals who need quick access to CIK numbers for regulatory compliance, financial transactions, and investment research.

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

Other tools also called getCIKList? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Optional limit on number of results (default: 1000)"
    }
  }
}