Financial Modeling Prep

getAllIndustryClassification

Access comprehensive industry classification data for companies across all sectors with the FMP All Industry Classification API. Retrieve key details such as SIC codes, industry titles, and business contact information.

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

Other tools also called getAllIndustryClassification? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number for pagination"
    },
    "limit": {
      "type": "number",
      "description": "Limit the number of results"
    }
  }
}