Financial Modeling Prep
searchIndustryClassification
Search and retrieve industry classification details for companies, including SIC codes, industry titles, and business information, with the FMP Industry Classification Search API.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called searchIndustryClassification?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"cik": {
"type": "string",
"description": "Central Index Key (CIK)"
},
"symbol": {
"type": "string",
"description": "Stock symbol"
},
"sicCode": {
"type": "string",
"description": "SIC code"
}
}
}