GET
/
financials
/
quarterly
/
{ticker}
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.

Response

symbol
string
required

The ticker of the company.

date
string
required

The date when the quarterly financials are reported.

net_operating_cash_flow
number
required

The net cash flow from operating activities.

total_assets
number
required

The total assets owned by the company.

total_liabilities
number
required

The total liabilities of the company.

total_current_liabilities
number
required

The total current liabilities of the company.

total_equity
number
required

The total equity of the company.

total_revenue
number
required

The total revenue generated by the company.

net_income
number
required

The net income of the company.

total_debt
number
required

The total debt held by the company.

stockholders_equity
number
required

The equity attributable to stockholders.

ebit
number
required

The earnings before interest and taxes (EBIT).

ebitda
number
required

The earnings before interest, taxes, depreciation, and amortization (EBITDA).

cash_and_short_term_investments
number
required

The cash and short-term investments available.

cash_only
number
required

The cash only available with the company.

total_cash_and_due_from_banks
number
required

The total cash and funds due from banks.

diluted_shares_outstanding
number
required

The number of diluted shares outstanding.

gross_income
number
required

The gross income of the company.

pretax_income
number
required

The income earned before taxes.

income_taxes
number
required

The total income taxes paid by the company.

total_non_current_assets
number
required

The total non-current assets owned by the company.

free_cash_flow
number
required

The free cash flow available after operational and capital expenses.

interest_expense_non_operating
number
required

The interest expenses incurred from non-operating activities.

operating_income
number
required

The income earned from operating activities.