Skip to main content
GET
/
v2
/
klse
/
companies
List KLSE companies filtered by sector
curl --request GET \
  --url https://api.sectors.app/v2/klse/companies/ \
  --header 'Authorization: <api-key>'
[
  {
    "symbol": "1818",
    "company_name": "Bursa Malaysia Berhad"
  },
  {
    "symbol": "5167",
    "company_name": "Turbo-Mech Berhad"
  },
  {
    "symbol": "1198",
    "company_name": "MAA Group Berhad"
  }
]

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. financials, healthcare. Get valid values from the KLSE Sectors endpoint.

Response

Array of companies in the sector.

{key}
any