Financial Modeling Prep
getIndustryClassificationList
Retrieve a comprehensive list of industry classifications, including Standard Industrial Classification (SIC) codes and industry titles with the FMP Industry Classification List API.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getIndustryClassificationList?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"sicCode": {
"type": "string",
"description": "SIC code"
},
"industryTitle": {
"type": "string",
"description": "Industry title or partial title"
}
}
}