Company Ranking by Dimensions
Top Companies by Growth Metrics
Return a list of top tickers based on certain growth classification (earning growth gainers / losers or revenue growth gainers / losers)
GET
/
companies
/
top-growth
/
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 (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 tickers is to be retrieved.
Response
top_earnings_growth_gainers
EarningGrowthData[]
top_earnings_growth_losers
EarningGrowthData[]
top_revenue_growth_gainers
RevenueGrowthData[]
top_revenue_growth_losers
RevenueGrowthData[]