Skip to main content
GET
Get balance sheets
Balance sheets for one company, about 36 fields per period: total_assets, current_assets, cash_and_equivalents, inventory, trade_and_non_trade_receivables, property_plant_and_equipment, goodwill_and_intangible_assets, total_liabilities, current_liabilities, current_debt, trade_and_non_trade_payables, deferred_revenue and the equity lines, stamped with report_period, fiscal_period, currency and filing_url. period is required. Use it for capital structure and liquidity. For the ratios already computed off these numbers use get_financial_financial_metrics.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ticker
string

The ticker symbol. Required if cik is not provided.

period
enum<string>
required

The time period of the balance sheets.

Available options:
annual,
quarterly,
ttm
limit
integer<int32>

The maximum number of balance sheets to return

cik
string

The Central Index Key (CIK) of the company.

report_period
string<date>

Filter by exact report period date in YYYY-MM-DD format.

report_period_gte
string<date>

Filter by report period greater than or equal to date in YYYY-MM-DD format.

report_period_lte
string<date>

Filter by report period less than or equal to date in YYYY-MM-DD format.

report_period_gt
string<date>

Filter by report period greater than date in YYYY-MM-DD format.

report_period_lt
string<date>

Filter by report period less than date in YYYY-MM-DD format.

Response

Balance sheets response

balance_sheets
object[]