latestOpenAPI 3.0.02026-08-2010141507.9 KB

3d5897270d8a

Symbol Lists

List industries

Free Starter Stock ETF Pro

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.

get/api/symbols/industries

Response

List of industries

industrystring

SFIC industry name

symbolCountinteger

Number of stocks in this industry

Example response

[
  {
    "industry": "Pharmaceuticals",
    "symbolCount": 42
  }
]