GET
/
financials
/
quarterly
/
{ticker}
/
Company Quarterly Financials
curl --request GET \
  --url https://api.sectors.app/v1/financials/quarterly/{ticker}/ \
  --header 'Authorization: <authorization>'
// Financial Sectors
[
    {
        "symbol": "BMRI.JK",
        "financials_sector_metrics": {
            "interest_income": 40599515000000,
            "interest_expense": 13445706000000,
            "net_interest_income": 54045221000000,
            "gross_loan": 1623216612000000,
            "allowance_for_loans": 49354645000000,
            "net_loan": 1672571257000000,
            "total_earning_assets": null,
            "current_account": 568576009000000,
            "savings_account": 580191796000000,
            "time_deposit": 297467152000000,
            "total_deposit": 1446234957000000,
            "other_interest_bearing_liabilities": null,
            "total_cash_and_due_from_banks": 78364276000000
        },
        "date": "2024-12-31",
        "premium_income": 4982635000000,
        "premium_expense": 3763798000000,
        "net_premium_income": 8746433000000,
        "non_interest_income": 11597082000000,
        "revenue": 74388736000000,
        "operating_expense": 18773124000000,
        "provision": 2294657000000,
        "operating_pnl": 18733613000000,
        "non_operating_income_or_loss": 362460000000,
        "earnings_before_tax": 19058935000000,
        "tax": 3977068000000,
        "minorities": 1316479000000,
        "earnings": 16398346000000,
        "gross_profit": null,
        "interest_expense_non_operating": null,
        "ebit": null,
        "ebitda": null,
        "cost_of_revenue": null,
        "total_assets": 2427223262000000,
        "non_interest_bearing_liabilities": null,
        "cash_only": 31665082000000,
        "total_liabilities": 1860408316000000,
        "total_equity": 313474681000000,
        "total_debt": null,
        "stockholders_equity": 283796429000000,
        "total_non_current_assets": null,
        "current_liabilities": null,
        "cash_and_short_term_investments": null,
        "non_loan_assets": null,
        "total_current_asset": null,
        "total_non_current_liabilities": null,
        "financing_cash_flow": 29548841000000,
        "operating_cash_flow": 12267786000000,
        "investing_cash_flow": -7201870000000,
        "net_cash_flow": 34614757000000,
        "free_cash_flow": null,
        "realized_capital_goods_investment": null
    }
]
// Financial Sectors
[
    {
        "symbol": "BMRI.JK",
        "financials_sector_metrics": {
            "interest_income": 40599515000000,
            "interest_expense": 13445706000000,
            "net_interest_income": 54045221000000,
            "gross_loan": 1623216612000000,
            "allowance_for_loans": 49354645000000,
            "net_loan": 1672571257000000,
            "total_earning_assets": null,
            "current_account": 568576009000000,
            "savings_account": 580191796000000,
            "time_deposit": 297467152000000,
            "total_deposit": 1446234957000000,
            "other_interest_bearing_liabilities": null,
            "total_cash_and_due_from_banks": 78364276000000
        },
        "date": "2024-12-31",
        "premium_income": 4982635000000,
        "premium_expense": 3763798000000,
        "net_premium_income": 8746433000000,
        "non_interest_income": 11597082000000,
        "revenue": 74388736000000,
        "operating_expense": 18773124000000,
        "provision": 2294657000000,
        "operating_pnl": 18733613000000,
        "non_operating_income_or_loss": 362460000000,
        "earnings_before_tax": 19058935000000,
        "tax": 3977068000000,
        "minorities": 1316479000000,
        "earnings": 16398346000000,
        "gross_profit": null,
        "interest_expense_non_operating": null,
        "ebit": null,
        "ebitda": null,
        "cost_of_revenue": null,
        "total_assets": 2427223262000000,
        "non_interest_bearing_liabilities": null,
        "cash_only": 31665082000000,
        "total_liabilities": 1860408316000000,
        "total_equity": 313474681000000,
        "total_debt": null,
        "stockholders_equity": 283796429000000,
        "total_non_current_assets": null,
        "current_liabilities": null,
        "cash_and_short_term_investments": null,
        "non_loan_assets": null,
        "total_current_asset": null,
        "total_non_current_liabilities": null,
        "financing_cash_flow": 29548841000000,
        "operating_cash_flow": 12267786000000,
        "investing_cash_flow": -7201870000000,
        "net_cash_flow": 34614757000000,
        "free_cash_flow": null,
        "realized_capital_goods_investment": null
    }
]
Authorization
string
required
Authorization header that should be filled with your Sectors Financial API key.

Path

ticker
string
required
Ticker of the company for which the quarterly financials are to be retrieved.

Query Parameters

report_date
string
Report date for which the quarterly financials of a given ticker is to be retrieved.
approx
boolean
default:"true"
When set to true, the quarterly financials are retrieved based on the closest available report date to the specified report_date. If set to false, only the quarterly financials matching the exact specified report_date will be retrieved.
n_quarters
integer
The number of latest consecutive quarters for which financial data should be retrieved. When this parameter is provided, it overrides report_date and approx, returning financial data for the most recent n_quarters available.

Response

symbol
string
The ticker of the company.
date
string
The date when the quarterly financials are reported.
net_operating_cash_flow
number
The net cash flow from operating activities.
total_assets
number
The total assets owned by the company.
total_liabilities
number
The total liabilities of the company.
total_current_liabilities
number
The total current liabilities of the company.
total_equity
number
The total equity of the company.
total_revenue
number
The total revenue generated by the company.
net_income
number
The net income of the company.
total_debt
number
The total debt held by the company.
stockholders_equity
number
The equity attributable to stockholders.
ebit
number
The earnings before interest and taxes (EBIT).
ebitda
number
The earnings before interest, taxes, depreciation, and amortization (EBITDA).
cash_and_short_term_investments
number
The cash and short‑term investments available.
cash_only
number
The cash only available with the company.
total_cash_and_due_from_banks
number
The total cash and funds due from banks.
diluted_shares_outstanding
number
The number of diluted shares outstanding.
gross_income
number
The gross income of the company.
pretax_income
number
The income earned before taxes.
income_taxes
number
The total income taxes paid by the company.
total_non_current_assets
number
The total non‑current assets owned by the company.
free_cash_flow
number
The free cash flow available after operational and capital expenses.
interest_expense_non_operating
number
The interest expenses incurred from non‑operating activities.
operating_income
number
The income earned from operating activities.
financials_sector_metrics
object
A collection of bank‑specific balance‑sheet and income‑statement line items:
interest_income
number
Total interest earned on loans and investments.
interest_expense
number
Total interest paid on deposits and borrowings.
net_interest_income
number
interest_income minus interest_expense.
gross_loan
number
Outstanding loans before allowances.
allowance_for_loans
number
Loan‐loss reserves.
net_loan
number
gross_loan less allowance_for_loans.
total_earning_assets
number
Assets that earn interest (e.g. securities, loans).
current_account
number
Customer checking balances.
savings_account
number
Customer savings balances.
time_deposit
number
Fixed‑term deposit balances.
total_deposit
number
Sum of all deposit types.
other_interest_bearing_liabilities
number
Borrowings and debt other than deposits.
total_cash_and_due_from_banks
number
Cash and interbank balances.
capital_expenditure
number
Funds spent on property, plant, and equipment. Only for non‑financial companies (e.g. mining, manufacturing).
realized_capital_goods_investment
number
Investment in completed capital goods (e.g. machinery output). Also only for non‑financial companies where applicable.