GET
/
sgx
/
companies
curl --request GET \
  --url https://api.sectors.app/v1/sgx/companies/ \
  --header 'Authorization: <authorization>'
[
  {
    "symbol": "D05",
    "company_name": "DBS"
  },
  {
    "symbol": "U11",
    "company_name": "UOB"
  },
  {
    "symbol": "S35",
    "company_name": "Sing Investments & Finance Ltd"
  },
  ...
]
[
  {
    "symbol": "D05",
    "company_name": "DBS"
  },
  {
    "symbol": "U11",
    "company_name": "UOB"
  },
  {
    "symbol": "S35",
    "company_name": "Sing Investments & Finance Ltd"
  },
  ...
]
Authorization
string
required

Authorization header that should be filled with your Sectors Financial API key.

Query Parameters

sector
string
required

Sector from which the list of companies is to be retrieved.

Response

payload
Company[]

Array of companies of the given subsector.

Usage

This list can be used for the following endpoint: