GET
/
companies
/
Companies
curl --request GET \
  --url https://api.sectors.app/v1/companies/ \
  --header 'Authorization: <authorization>'
[
  {
      "symbol": "JTPE.JK",
      "company_name": "Jasuindo Tiga Perkasa Tbk",
      "sorted_by": 1685604270080
  },
  {
      "symbol": "ASGR.JK",
      "company_name": "Astra Graphia Tbk",
      "sorted_by": 1213902094336
  },
  ...
]
[
  {
      "symbol": "JTPE.JK",
      "company_name": "Jasuindo Tiga Perkasa Tbk",
      "sorted_by": 1685604270080
  },
  {
      "symbol": "ASGR.JK",
      "company_name": "Astra Graphia Tbk",
      "sorted_by": 1213902094336
  },
  ...
]
Authorization
string
required

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

Query Parameters

sub_sector
string

Filter by subsector (kebab‑case). Provide either this or sub_industry, not both. If both are present, sub_industry will override.

sub_industry
string

Filter by sub‑industry (kebab‑case). Provide either this or sub_sector, not both. If both are present, sub_industry will override.

sort_by
string

Field to sort results by. Defaults to symbol.

desc
string

Sort direction: true for descending, false for ascending (default false).

Response

[]
Company

Usage

This list can be used for the following endpoint: