Skip to main content
GET
/
v2
/
sgx
/
companies
/
top
Top SGX companies by classification
curl --request GET \
  --url https://api.sectors.app/v2/sgx/companies/top/ \
  --header 'Authorization: <api-key>'
{
  "dividend_yield": [
    {
      "symbol": "E5H",
      "forward_dividend_yield": 6.68,
      "company_name": "GoldenAgr"
    }
  ],
  "revenue": [
    {
      "symbol": "F34",
      "revenue": 89614178017.28,
      "company_name": "Wilmar"
    }
  ],
  "earnings": [
    {
      "symbol": "Y92",
      "earnings": 1077738710.4,
      "company_name": "Thai Beverage"
    }
  ],
  "market_cap": [
    {
      "symbol": "D05",
      "market_cap": 159943278592,
      "company_name": "DBS Group Holdings Ltd"
    }
  ],
  "pe": [
    {
      "symbol": "E5H",
      "pe": 6.625,
      "company_name": "GoldenAgr"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key passed directly in the Authorization header (without Bearer prefix).

Query Parameters

sector
string

Filter by sector slug. E.g. financial-services, technology. Default: all sectors.

n_stock
integer

Number of top companies to return per classification. Max 10. Default: 5.

classifications
string

Comma-separated list of classifications. Options: dividend_yield, revenue, earnings, market_cap, pe. Default: all.

min_mcap_million
integer

Minimum market cap in million SGD. Default: 1000.

Response

Top companies per classification.

{key}
any