Symbol Lists
List sectors
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.
get/api/symbols/sectors
Response
List of sectors
Example response
[
{
"sector": "Information Technology",
"symbolCount": 1205
}
]Changes
No recorded changes to this endpoint across all 10 revisions of this API.