cURL
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 ] } }
Returns a dictionary of all companies that have revenue and cost segment data available, along with their available financial years.
Used by: Company Revenue and Cost Segments
API key passed directly in the Authorization header (without Bearer prefix).
Dictionary keyed by ticker (uppercase .JK format) with available financial years.
.JK