Header
Authorization header that should be filled with your Sectors Financial API
key.
Query Parameters
Comma-separated list of classifications to rank. Defaults to all:
dividend_yield
, total_dividend
, revenue
, earnings
, market_cap
, pb
,
pe
, ps
.Note
Note
Each classification queried counts as one API call toward your quota.
Year for which to compute rankings (e.g.
2024
). Defaults to the current
year.Number of tickers per classification (default 5).
Filter by subsector (kebab‑case). Provide either this or
sub_industry
, not
both. If both are present, sub_industry
will override.Get the available sub_sector
Get the available sub_sector
Get the available
sub_sector
from the Subsectors
endpoint.Examples of the sub_sector
Examples of the sub_sector
banks
, financing-service
, insurance
, retailing
, tobacco
Format
Format
The API endpoint only accepts
sub_sector
in the kebab case format
(lowercase and separated by ”-”).Filter by sub‑industry (kebab‑case). Provide either this or
sub_sector
, not
both. If both are present, sub_industry
will override.Get the available sub_industry
Get the available sub_industry
Get the available
sub_industry
from the Subindustries
endpoint.Examples of the sub_industry
Examples of the sub_industry
paper
, life-insurance
, personal-care-products
, software
, gold
Format
Format
The API endpoint only accepts
sub_industry
in the kebab case format
(lowercase and separated by ”-”).Minimum market cap (in IDR billions) for companies to include (e.g.
1000
for
IDR 1 trillion).Comma-separated filter expressions (e.g.
pe>10,revenue>=500000000000
).
Operators supported: >
, >=
, <
, <=
; fields: dividend_yield
, total_dividend
, revenue
, earnings
, pb
, pe
, ps
.Applies to
filters
. Use and
(default) to require all conditions or or
to
require any.true
to include companies with null metrics in the ranking (sorted last),
false
to exclude them.