getIndustryClassificationList
Retrieve a detailed list of industry classifications, including SIC codes and corresponding titles, to enhance financial data analysis and reporting accuracy.
Instructions
Retrieve a comprehensive list of industry classifications, including Standard Industrial Classification (SIC) codes and industry titles with the FMP Industry Classification List API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
industryTitle | No | Industry title or partial title | |
sicCode | No | SIC code |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"industryTitle": {
"description": "Industry title or partial title",
"type": "string"
},
"sicCode": {
"description": "SIC code",
"type": "string"
}
},
"type": "object"
}