cURL
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" ]
Returns all available SGX sector slugs as a flat array.
Used by: SGX Companies, SGX Top Companies
API key passed directly in the Authorization header (without Bearer prefix).
Array of sector slugs.