Symbol Lists
List industries
Returns all distinct industries with the number of stocks in each. Industries come from SFIC (StockFit Industry Classification), our proprietary taxonomy. Each company is routed to a fine-grained industry bucket that produces cleaner peer groups than raw SEC SIC codes.
get/api/symbols/industries
Response
List of industries
Example response
[
{
"industry": "Pharmaceuticals",
"symbolCount": 42
}
]