Financial Modeling Prep

getCompanyProfileByCIK

Retrieve detailed company profile data by CIK (Central Index Key) with the FMP Company Profile by CIK API. This API allows users to search for companies using their unique CIK identifier and access a full range of company data, including stock price, market capitalization, industry, and much more.

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

Other tools also called getCompanyProfileByCIK? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "cik": {
      "type": "string",
      "description": "CIK number"
    }
  }
}