Company Ranking by Dimensions
Top Companies Ranked
Return a list of top tickers in a given year based on certain classification (dividend yield, total dividend, revenue, earnings, market cap, PB ratio, PE ratio, or PS ratio)
GET
/
companies
/
top
/
Header
Authorization
string
requiredAuthorization header that should be filled with your Sectors Financial 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[]