GET
/
companies
curl --request GET \
  --url https://api.sectors.app/v1/companies/ \
  --header 'Authorization: <authorization>'
[
  {
    "symbol": "NISP.JK",
    "company_name": "PT Bank OCBC NISP Tbk"
  },
  {
    "symbol": "PNBN.JK",
    "company_name": "Bank Pan Indonesia Tbk"
  }
]
[
  {
    "symbol": "NISP.JK",
    "company_name": "PT Bank OCBC NISP Tbk"
  },
  {
    "symbol": "PNBN.JK",
    "company_name": "Bank Pan Indonesia Tbk"
  }
]
Authorization
string
required

Authorization header that should be filled with your Sectors Financial API key.

Query Parameters

sub_sector
string
required

Subsector 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: