GET
/
klse
/
companies
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.

Response

payload
Company[]

Array of companies of the given subsector.

Usage

This list can be used for the following endpoint: