latestOpenAPI 3.0.02026-08-2010141507.9 KB

3d5897270d8a

Symbol Lists

List sectors

Free Starter Stock ETF Pro

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

sectorstring

SFIC sector name

symbolCountinteger

Number of stocks in this sector

Example response

[
  {
    "sector": "Information Technology",
    "symbolCount": 1205
  }
]