Singapore
SGX Company Report
Get Started
API References
- Indonesia
- Singapore
- Malaysia
Singapore
SGX Company Report
Return report of a given ticker, organized into distinct sections
GET
/
sgx
/
company
/
report
/
{ticker}
curl --request GET \
--url https://api.sectors.app/v1/sgx/company/report/{ticker}/ \
--header 'Authorization: <authorization>'
{
"symbol": "D05",
"name": "DBS",
"overview": {
"market_cap": 120393719808.0,
"volume": 2753341.0,
"employee_num": 40119.0,
"sector": "Banking & Investment Services",
"sub_sector": "Banks",
"change_1d": -0.0013,
"change_7d": 0.0171
},
"valuation": {
"pe_ttm": 9.87,
"ps_ttm": 5.676807,
"pcf": 29.8683638111588,
"pcf_ttm": 22.98,
"pb": 1.9137394,
"pe": 10.994806
},
"financials": {
"historical_earnings": [
{
"period": "TTM",
"earnings": 10936000000.0
},
{
"period": 2023,
"earnings": 10062000000.0
},
{
"period": 2022,
"earnings": 8193000000.0
},
{
"period": 2021,
"earnings": 6805000000.0
},
{
"period": 2020,
"earnings": 4721000000.0
},
{
"period": 2019,
"earnings": null
}
],
"historical_revenue": [
{
"period": "TTM",
"revenue": 21753000000.0
},
{
"period": 2023,
"revenue": 20134000000.0
},
{
"period": 2022,
"revenue": 16494000000.0
},
{
"period": 2021,
"revenue": 14171000000.0
},
{
"period": 2020,
"revenue": 14523000000.0
},
{
"period": 2019,
"revenue": null
}
],
"eps": 3.85,
"gross_margin": null,
"operating_margin": 0.60004,
"net_profit_margin": 0.51655,
"five_year_eps_growth": 0.1252,
"five_year_sales_growth": 0.0941,
"five_year_capital_spending_growth": 0.0614,
"asset_turnover": null,
"inventory_turnover_ttm": null,
"receivable_turnover": null,
"quick_ratio": null,
"current_ratio": null,
"debt_to_equity": null
},
"dividend": {
"dividend_yield_5y_avg": 0.0425,
"dividend_growth_rate": 0.289999657777854,
"payout_ratio": 0.5209,
"forward_dividend": 2.16,
"forward_dividend_yield": 0.0509,
"dividend_ttm": 2.110909
}
}
{
"symbol": "D05",
"name": "DBS",
"overview": {
"market_cap": 120393719808.0,
"volume": 2753341.0,
"employee_num": 40119.0,
"sector": "Banking & Investment Services",
"sub_sector": "Banks",
"change_1d": -0.0013,
"change_7d": 0.0171
},
"valuation": {
"pe_ttm": 9.87,
"ps_ttm": 5.676807,
"pcf": 29.8683638111588,
"pcf_ttm": 22.98,
"pb": 1.9137394,
"pe": 10.994806
},
"financials": {
"historical_earnings": [
{
"period": "TTM",
"earnings": 10936000000.0
},
{
"period": 2023,
"earnings": 10062000000.0
},
{
"period": 2022,
"earnings": 8193000000.0
},
{
"period": 2021,
"earnings": 6805000000.0
},
{
"period": 2020,
"earnings": 4721000000.0
},
{
"period": 2019,
"earnings": null
}
],
"historical_revenue": [
{
"period": "TTM",
"revenue": 21753000000.0
},
{
"period": 2023,
"revenue": 20134000000.0
},
{
"period": 2022,
"revenue": 16494000000.0
},
{
"period": 2021,
"revenue": 14171000000.0
},
{
"period": 2020,
"revenue": 14523000000.0
},
{
"period": 2019,
"revenue": null
}
],
"eps": 3.85,
"gross_margin": null,
"operating_margin": 0.60004,
"net_profit_margin": 0.51655,
"five_year_eps_growth": 0.1252,
"five_year_sales_growth": 0.0941,
"five_year_capital_spending_growth": 0.0614,
"asset_turnover": null,
"inventory_turnover_ttm": null,
"receivable_turnover": null,
"quick_ratio": null,
"current_ratio": null,
"debt_to_equity": null
},
"dividend": {
"dividend_yield_5y_avg": 0.0425,
"dividend_growth_rate": 0.289999657777854,
"payout_ratio": 0.5209,
"forward_dividend": 2.16,
"forward_dividend_yield": 0.0509,
"dividend_ttm": 2.110909
}
}
Header
Authorization header that should be filled with your Sectors Financial API key.
Path
Ticker of the company for which the report is to be retrieved.
Get the available ticker
from the SGX Companies by
Sector endpoint.
D05
, 039
, U11
, Z74
, K6S
A valid ticker
consists of 3-4 letters, optionally followed by ‘.si’,
and is case-insensitive.
Response
The ticker of the company.
The full name of the company.
An overview of the key metrics of the given ticker.
Valuation metrics and related information of the given ticker.
Historical financials and key financial ratios of the given ticker.
Dividend information of the given ticker.
curl --request GET \
--url https://api.sectors.app/v1/sgx/company/report/{ticker}/ \
--header 'Authorization: <authorization>'
{
"symbol": "D05",
"name": "DBS",
"overview": {
"market_cap": 120393719808.0,
"volume": 2753341.0,
"employee_num": 40119.0,
"sector": "Banking & Investment Services",
"sub_sector": "Banks",
"change_1d": -0.0013,
"change_7d": 0.0171
},
"valuation": {
"pe_ttm": 9.87,
"ps_ttm": 5.676807,
"pcf": 29.8683638111588,
"pcf_ttm": 22.98,
"pb": 1.9137394,
"pe": 10.994806
},
"financials": {
"historical_earnings": [
{
"period": "TTM",
"earnings": 10936000000.0
},
{
"period": 2023,
"earnings": 10062000000.0
},
{
"period": 2022,
"earnings": 8193000000.0
},
{
"period": 2021,
"earnings": 6805000000.0
},
{
"period": 2020,
"earnings": 4721000000.0
},
{
"period": 2019,
"earnings": null
}
],
"historical_revenue": [
{
"period": "TTM",
"revenue": 21753000000.0
},
{
"period": 2023,
"revenue": 20134000000.0
},
{
"period": 2022,
"revenue": 16494000000.0
},
{
"period": 2021,
"revenue": 14171000000.0
},
{
"period": 2020,
"revenue": 14523000000.0
},
{
"period": 2019,
"revenue": null
}
],
"eps": 3.85,
"gross_margin": null,
"operating_margin": 0.60004,
"net_profit_margin": 0.51655,
"five_year_eps_growth": 0.1252,
"five_year_sales_growth": 0.0941,
"five_year_capital_spending_growth": 0.0614,
"asset_turnover": null,
"inventory_turnover_ttm": null,
"receivable_turnover": null,
"quick_ratio": null,
"current_ratio": null,
"debt_to_equity": null
},
"dividend": {
"dividend_yield_5y_avg": 0.0425,
"dividend_growth_rate": 0.289999657777854,
"payout_ratio": 0.5209,
"forward_dividend": 2.16,
"forward_dividend_yield": 0.0509,
"dividend_ttm": 2.110909
}
}