---
title: "Balance sheet"
method: GET
path: "/balance_sheet"
tags: ["fundamentals"]
---

# Balance sheet

`GET /balance_sheet`

The balance sheet endpoint provides a detailed financial statement for a company, outlining its assets, liabilities, and shareholders' equity. This endpoint returns structured data that includes current and non-current assets, total liabilities, and equity figures, enabling users to assess a company's financial health and stability.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `exchange` string
- `mic_code` string
- `country` string
- `period` 'annual' | 'quarterly'
- `start_date` string
- `end_date` string
- `outputsize` integer

## Response `200`

- object
  - `meta` object, required — Metadata about the balance sheet
    - `symbol` string, required — Ticker symbol of instrument
    - `name` string, required — Name of the company
    - `currency` string, required — Currency of the balance sheet according to the ISO 4217 standard
    - `exchange` string, required — Exchange where instrument is traded
    - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard
    - `exchange_timezone` string, required — Exchange timezone
    - `period` string, required — Values can be annual or quarterly
  - `balance_sheet` object[], required — Array of balance sheet records
    - `fiscal_date` string, required — Date of fiscal period ending
    - `year` integer — Fiscal year
    - `assets` object — Assets section of the balance sheet
      - `current_assets` object — Current assets section
        - `cash` number, double — Cash includes currency, bank accounts, and undeposited checks
        - `cash_equivalents` number, double — Represents cash equivalents that have high credit quality and are highly liquid
        - `cash_and_cash_equivalents` number, double — Combined value of cash and cash equivalents when company doesn't report a breakdown
        - `other_short_term_investments` number, double — Represents other short term investments
        - `accounts_receivable` number, double — Represents the balance of money due to a firm for goods or services delivered or used but not yet paid for by customers
        - `other_receivables` number, double — Represents other receivables
        - `inventory` number, double — Represents the goods available for sale and raw materials used to produce goods available for sale
        - `prepaid_assets` number, double — Represents expense that has already been paid for, but which has not yet been consumed
        - `restricted_cash` number, double — Represents money that is held for a specific purpose and thus not available to the company for immediate or general business use
        - `assets_held_for_sale` number, double — Represents assets which company plans to sell
        - `hedging_assets` number, double — Represents money that is spent on hedging assets
        - `other_current_assets` number, double — Represents other current assets
        - `total_current_assets` number, double — All current assets values in a total
      - `non_current_assets` object — Non-current assets section
        - `properties` number, double — Represents property owned
        - `land_and_improvements` number, double — Represents land and improvements owned
        - `machinery_furniture_equipment` number, double — Represents office equipment, furniture, and vehicles owned
        - `construction_in_progress` number, double — Represents the cost of construction work, which is not yet completed
        - `leases` number, double — Represents operating and financial leases
        - `accumulated_depreciation` number, double — Represents the cumulative depreciation of an asset that has been recorded
        - `goodwill` number, double — Represents the value of a brand name, solid customer base, good customer relations, good employee relations, and proprietary technology
        - `investment_properties` number, double — Represents real estate property purchased with the intention of earning a return on the investment
        - `financial_assets` number, double — Represents liquid asset that gets its value from a contractual right or ownership claim
        - `intangible_assets` number, double — Represents the patents, trademarks, and other intellectual properties
        - `investments_and_advances` number, double — Represents available for sale financial securities
        - `other_non_current_assets` number, double — Represents other long-term assets
        - `total_non_current_assets` number, double — All long-term assets values in total
      - `total_assets` number, double — The sum of total_current_assets + total_non_current_assets
    - `liabilities` object — Liabilities section of the balance sheet
      - `current_liabilities` object — Current liabilities section
        - `accounts_payable` number, double — Refers to an account within the general ledger that represents an obligation to pay off a short-term debt to creditors or suppliers
        - `accrued_expenses` number, double — Represents payments that a company is obligated to pay in the future for which goods and services have already been delivered
        - `short_term_debt` number, double — Represents current debt and capital lease obligations
        - `deferred_revenue` number, double — Represents advance payments a company receives for products or services that are to be delivered or performed in the future
        - `tax_payable` number, double — Represents taxes due to the government within one year
        - `pensions` number, double — Represents to pensions to be paid out
        - `other_current_liabilities` number, double — Represents other current liabilities
        - `total_current_liabilities` number, double — Represents total current liabilities
      - `non_current_liabilities` object — Non-current liabilities section
        - `long_term_provisions` number, double — Represents money set aside for employee benefits such as gratuity
        - `long_term_debt` number, double — Represents amount of outstanding debt that has a maturity of 12 months or longer
        - `provision_for_risks_and_charges` number, double — Represents funds set aside as assets to pay for anticipated future losses
        - `deferred_liabilities` number, double — Represents revenue producing activity for which revenue has not yet been recognized, and is not expected to be recognized in the next 12 months
        - `derivative_product_liabilities` number, double — Represents the value of derivative financial instruments that a company has issued
        - `other_non_current_liabilities` number, double — Represents other non-current liabilities
        - `total_non_current_liabilities` number, double — Represents total non-current liabilities
      - `total_liabilities` number, double — The sum of total_current_liabilities + total_non_current_liabilities
    - `shareholders_equity` object — Shareholders' equity section of the balance sheet
      - `common_stock` number, double — Represents net worth of investors shares, which is equal to the total_assets - total_liabilities
      - `retained_earnings` number, double — Refers to the profits earned minus dividends paid
      - `other_shareholders_equity` number, double — Represents other not affecting retained earnings gains and looses
      - `total_shareholders_equity` number, double — Represents the net worth of a company, which is the amount that would be returned to shareholders if a company's total assets were liquidated, and all of its debts were repaid
      - `additional_paid_in_capital` number, double — Represents the additional paid-in capital, which is the amount shareholders have invested in a company above the par value of its stock
      - `treasury_stock` number, double — Represents the value of shares that have been repurchased by the company and are held in its treasury
      - `minority_interest` number, double — Represents the portion of shareholders' equity that is attributable to minority shareholders in a subsidiary company

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
