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.
This endpoint takes no query parameters.
curl 'https://api.stockfit.io/v1/api/symbols/industries' \
-H 'Authorization: Bearer YOUR_API_TOKEN'List of industries
industry string SFIC industry name
symbolCount integer Number of stocks in this industry
[
{
"industry": "Pharmaceuticals",
"symbolCount": 42
}
]Feature not available on current plan
error string Human-readable error message
{}