Skip to main content
GET
/
v2
/
sgx
/
company
/
report
/
{ticker}
Full company report for an SGX-listed ticker
curl --request GET \
  --url https://api.sectors.app/v2/sgx/company/report/{ticker}/ \
  --header 'Authorization: <api-key>'
{
  "symbol": "D05",
  "name": "DBS Group Holdings Ltd",
  "overview": {
    "market_cap": 159943278592,
    "volume": 2053200,
    "employee_num": 41000,
    "sector": "Financials",
    "sub_sector": "Banks",
    "change_1d": -0.0025,
    "change_7d": 0.0011,
    "change_1m": 0.0399,
    "change_1y": 0.3676,
    "change_ytd": 0.3602
  },
  "valuation": {
    "pe": 14.41,
    "ps": 7.18,
    "pb": 2.37
  },
  "financials": {
    "historical_financials": {
      "2022": {
        "revenue": 16494000000,
        "earnings": 8193000000
      },
      "2023": {
        "revenue": 20134000000,
        "earnings": 10062000000
      },
      "2024": {
        "revenue": 22297000000,
        "earnings": 11289000000
      }
    },
    "eps": 3.91,
    "net_profit_margin": 0.5016
  },
  "dividend": {
    "dividend_yield_5y_avg": 0.0443,
    "forward_dividend_yield": 0.0506,
    "dividend_ttm": 2.85
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

ticker
string
required

SGX ticker symbol. E.g. D05, U11, Z74.

Query Parameters

sections
string

Comma-separated sections to include. Options: overview, valuation, financials, dividend. Default: all sections.

Response

Company report with requested sections.

{key}
any