List All Companies by Sector

Generate a list of all companies operating in a given sector. The set includes listed and delisted companies.

Supported sectors: Technology, Communication Services, Healthcare, Consumer Cyclical, Consumer Defensive, Basic Materials, Financial Services, Industrials, Real Estate, Energy, Utilities

API Endpoint

https://api.sec-api.io/mapping/sector/<SECTOR>

Replace <SECTOR> with a sector from the list of supported sectors to retrieve a list of companies operating in the sector.

Supported HTTP methods: GET

Response format: JSON

Example

Request: GET https://api.sec-api.io/mapping/sector/technology?token=YOUR_API_KEY

Response:

JSON
1 [
2 {
3 "name": "Applied Optoelectronics Inc",
4 "ticker": "AAOI",
5 "cik": "1158114",
6 "cusip": "03823U102",
7 "exchange": "NASDAQ",
8 "isDelisted": false,
9 "category": "Domestic Common Stock",
10 "sector": "Technology",
11 "industry": "Semiconductors",
12 "sic": "3674",
13 "sicSector": "Manufacturing",
14 "sicIndustry": "Semiconductors & Related Devices",
15 "famaSector": "",
16 "famaIndustry": "Electronic Equipment",
17 "currency": "USD",
18 "location": "Texas; U.S.A",
19 "id": "8fd5115ee5edf28e69bcbab827fbb39a"
20 },
21 {
22 "name": "Apple Inc",
23 "ticker": "AAPL",
24 "cik": "320193",
25 "cusip": "037833100",
26 "exchange": "NASDAQ",
27 "isDelisted": false,
28 "category": "Domestic Common Stock",
29 "sector": "Technology",
30 "industry": "Consumer Electronics",
31 "sic": "3571",
32 "sicSector": "Manufacturing",
33 "sicIndustry": "Electronic Computers",
34 "famaSector": "",
35 "famaIndustry": "Computers",
36 "currency": "USD",
37 "location": "California; U.S.A",
38 "id": "34046f9c9f77cbfdf64b4d15f9846570"
39 },
40 {
41 "name": "Autoscope Technologies Corp",
42 "ticker": "AATC",
43 "cik": "943034",
44 "cusip": "45244C104 053306106",
45 "exchange": "NASDAQ",
46 "isDelisted": false,
47 "category": "Domestic Common Stock",
48 "sector": "Technology",
49 "industry": "Scientific & Technical Instruments",
50 "sic": "3829",
51 "sicSector": "Manufacturing",
52 "sicIndustry": "Measuring & Controlling Devices Nec",
53 "famaSector": "",
54 "famaIndustry": "Measuring and Control Equipment",
55 "currency": "USD",
56 "location": "Minnesota; U.S.A",
57 "id": "c0a4d9fadfcb84f605114e875b2469bb"
58 }
59 ... more results
60 ]