Skip to main content
GET
/
v2
/
companies
/
list_companies_with_segments
Companies with Revenue Segments
curl --request GET \
  --url https://api.sectors.app/v2/companies/list_companies_with_segments/ \
  --header 'Authorization: <api-key>'
{
  "TLKM.JK": {
    "financial_year": [
      2022,
      2023
    ]
  },
  "BBCA.JK": {
    "financial_year": [
      2021,
      2022,
      2023
    ]
  }
}

Authorizations

Authorization
string
header
required

API key passed directly in the Authorization header (without Bearer prefix).

Response

Dictionary keyed by ticker (uppercase .JK format) with available financial years.

{key}
any