Deprecated. Use the SFIC-based /api/symbols/sectors and /api/symbols/industries taxonomy instead. This endpoint still returns the legacy set of 8 high-value industry group definitions used by StockFit for cross-company comparison within specialized sectors. These groups appear as industryGroup in symbol profiles.
This endpoint takes no query parameters.
curl 'https://api.stockfit.io/v1/api/symbols/industry-groups' \
-H 'Authorization: Bearer YOUR_API_TOKEN'List of industry group definitions
id string Machine-readable industry group identifier
label string Human-readable industry group label (matches `industryGroup` field in symbol profiles)
[
{
"id": "semiconductor",
"label": "Semiconductors"
}
]Feature not available on current plan
error string Human-readable error message
{}