Skip to main content
GET
/
v2
/
sgx
/
sectors
List all SGX sectors
curl --request GET \
  --url https://api.sectors.app/v2/sgx/sectors/ \
  --header 'Authorization: <api-key>'
[
  "energy-minerals",
  "holding-companies",
  "real-estate",
  "healthcare",
  "financial-services",
  "consumer-defensive",
  "communication-services",
  "industrials",
  "technology"
]

Authorizations

Authorization
string
header
required

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

Response

Array of sector slugs.

{key}
any