Financial Modeling Prep

getCompanySECProfile

Retrieve detailed company profiles, including business descriptions, executive details, contact information, and financial data with the FMP SEC Company Full Profile API.

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

Other tools also called getCompanySECProfile? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "cik": {
      "type": "string",
      "description": "Central Index Key (CIK)"
    },
    "symbol": {
      "type": "string",
      "description": "Stock symbol"
    }
  }
}