Returns all business sectors with the number of stocks in each. Sectors come from SFIC (StockFit Industry Classification), our proprietary taxonomy that maps each company to one of 12 economic sectors. It is more accurate and peer-consistent than raw SEC SIC divisions.
This endpoint takes no query parameters.
curl 'https://api.stockfit.io/v1/api/symbols/sectors' \
-H 'Authorization: Bearer YOUR_API_TOKEN'List of sectors
sector string SFIC sector name
symbolCount integer Number of stocks in this sector
[
{
"sector": "Information Technology",
"symbolCount": 1205
}
]Feature not available on current plan
error string Human-readable error message
{}