---
title: "Get balance sheets"
method: GET
path: "/financials/balance-sheets"
tags: ["Financial Statements"]
---

# Get balance sheets

`GET /financials/balance-sheets`

Get balance sheets for a ticker.

## Query parameters

- `ticker` string
- `period` 'annual' | 'quarterly' | 'ttm', required
- `limit` integer
- `cik` string
- `report_period` string, date
- `report_period_gte` string, date
- `report_period_lte` string, date
- `report_period_gt` string, date
- `report_period_lt` string, date
- `filing_date` string, date
- `filing_date_gte` string, date
- `filing_date_lte` string, date
- `filing_date_gt` string, date
- `filing_date_lt` string, date

## Response `200`

Balance sheets response

- BalanceSheetResponse
  - `balance_sheets` BalanceSheet[]
    - `ticker` string — The ticker symbol.
    - `report_period` string, date — The reporting period of the balance sheet.
    - `fiscal_period` string — The fiscal period of the balance sheet.
    - `period` 'quarterly' | 'ttm' | 'annual' — The time period of the balance sheet.
    - `currency` string — The currency in which the financial data is reported.
    - `accession_number` string, nullable — The SEC accession number of the filing.
    - `filing_url` string, uri, nullable — URL to the SEC filing.
    - `filing_date` string, date, nullable — Calendar day SEC accepted the filing, in Eastern Time (the SEC's operating timezone). Calendar-day pair to `filing_datetime`. Null when no dated SEC filing is linked to the row.
    - `filing_datetime` string, date-time, nullable — Sub-day timestamp recording when SEC accepted the filing, in Eastern Time. Sourced from SEC's `acceptanceDateTime` field on the EDGAR submissions API. Pairs with `filing_date` (calendar-day precision of the same event).
    - `total_assets` number — The total assets of the company.
    - `current_assets` number — The current assets of the company.
    - `cash_and_equivalents` number — The cash and equivalents of the company.
    - `inventory` number — The inventory of the company.
    - `current_investments` number — The current investments of the company.
    - `trade_and_non_trade_receivables` number — The trade and non-trade receivables of the company.
    - `non_current_assets` number — The non-current assets of the company.
    - `property_plant_and_equipment` number — The property, plant, and equipment of the company.
    - `goodwill_and_intangible_assets` number — The goodwill and intangible assets of the company.
    - `investments` number — The investments of the company.
    - `non_current_investments` number — The non-current investments of the company.
    - `outstanding_shares` number — The outstanding shares of the company.
    - `tax_assets` number — The tax assets of the company.
    - `total_liabilities` number — The total liabilities of the company.
    - `current_liabilities` number — The current liabilities of the company.
    - `current_debt` number — The current debt of the company.
    - `trade_and_non_trade_payables` number — The trade and non-trade payables of the company.
    - `deferred_revenue` number — The deferred revenue of the company.
    - `deposit_liabilities` number — The deposit liabilities of the company.
    - `non_current_liabilities` number — The non-current liabilities of the company.
    - `non_current_debt` number — The non-current debt of the company.
    - `tax_liabilities` number — The tax liabilities of the company.
    - `shareholders_equity` number — The shareholders' equity of the company.
    - `retained_earnings` number — The retained earnings of the company.
    - `accumulated_other_comprehensive_income` number — The accumulated other comprehensive income of the company.
    - `total_debt` number — The total debt of the company.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — The request requires a paid subscription
- `404` — The specified resource was not found

---

[API](https://skmtc.net/financialdatasets/apis/financial-datasets-api.md) · [All operations](https://skmtc.net/financialdatasets/apis/financial-datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/financialdatasets/financial-datasets-api/revisions/df2363101891/schema)
