GET
/
companies
/
top
/
Authorization
string
required

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

Query Parameters

classifications
string
default: "all"

Classification for ranking the top tickers in a given year (default to all).

n_stock
integer
default: "5"

Number of tickers to be retrieved (defaults to 5, with a maximum of 10).

min_mcap_billion
integer
default: "5000"

Minimum market cap of the retrieved companies in billion IDR.

sub_sector
string

Subsector from which the list of top companies is to be retrieved.

year
integer
default: "current year"

Year for which the list of top tickers is to be retrieved (default to the current year).

Response

dividend_yield
DividendYieldData[]
total_dividend
TotalDividendData[]
revenue
RevenueData[]
earnings
EarningsData[]
market_cap
MarketCapData[]
pb
PBData[]
pe
PEData[]
ps
PSData[]