Skip to main content
GET
/
v1
/
klse
/
companies
/
KLSE Companies by Sector
curl --request GET \
  --url https://api.sectors.app/v1/klse/companies/ \
  --header 'Authorization: <authorization>'
[
  {
    "symbol": "1818",
    "company_name": "Bursa Malaysia Berhad"
  },
  {
    "symbol": "5167",
    "company_name": "Turbo-Mech Berhad"
  },
  {
    "symbol": "1198",
    "company_name": "MAA Group Berhad"
  },
  ...
]
[
  {
    "symbol": "1818",
    "company_name": "Bursa Malaysia Berhad"
  },
  {
    "symbol": "5167",
    "company_name": "Turbo-Mech Berhad"
  },
  {
    "symbol": "1198",
    "company_name": "MAA Group Berhad"
  },
  ...
]
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.
Get the available sector from the KLSE Sectors endpoint.
consumer-cyclicals, financials, industrial-services, healthcare, basic-materials
The API endpoint only accepts sector in the kebab case format (lowercase and separated by ”-”).

Response

payload
Company[]
Array of companies of the given subsector.

Usage

This list can be used for the following endpoint:
I