Skip to main content
GET
/
v2
/
sgx
/
companies
List SGX companies filtered by sector
curl --request GET \
  --url https://api.sectors.app/v2/sgx/companies/ \
  --header 'Authorization: <api-key>'
[
  {
    "symbol": "D05",
    "company_name": "DBS Group Holdings Ltd"
  },
  {
    "symbol": "U11",
    "company_name": "United Overseas Bank Ltd"
  },
  {
    "symbol": "O39",
    "company_name": "Oversea-Chinese Banking Corp"
  }
]

Authorizations

Authorization
string
header
required

API key passed directly in the Authorization header (without Bearer prefix).

Query Parameters

sector
string
required

Kebab-case sector slug. E.g. financial-services, technology. Get valid values from the SGX Sectors endpoint.

Response

Array of companies in the sector.

{key}
any