Skip to main content
GET
/
companies
/
Companies
curl --request GET \
  --url https://api.sectors.app/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.
Get the available sub_sector from the Subsectors endpoint.
banks, financing-service, insurance, retailing, tobacco
The API endpoint only accepts sub_sector in the kebab case format (lowercase and separated by ”-”).
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.
Get the available sub_industry from the Subindustries endpoint.
paper, life-insurance, personal-care-products, software, gold
The API endpoint only accepts sub_industry in the kebab case format (lowercase and separated by ”-”).
sort_by
string
Field to sort results by. Defaults to symbol.
symbol, company_name, market_cap, dividend_yield, total_dividend, revenue, earnings, pb, pe, ps
desc
string
Sort direction: true for descending, false for ascending (default false).

Response

[]
Company

Usage

This list can be used for the following endpoint:
I