# Balance sheet (High demand) 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. **API credits cost:** `100` per symbol > **Note:** This API endpoint is available starting with the Pro plan. Full access to historical data is available only in the Enterprise plan. ## Parameters - `symbol` (string, optional, see notes) Symbol ticker of instrument. For preffered stocks use dot(.) delimiter. E.g. `BRK.A` or `BRK.B` will be correct - `figi` (string, optional, see notes) Filter by financial instrument global identifier (FIGI). This request parameter is available starting with the Ultra plan - `isin` (string, optional, see notes) Filter by international securities identification number (ISIN). ISIN access is activating in the Data add-ons section - `cusip` (string, optional, see notes) The CUSIP of an instrument for which data is requested. CUSIP access is activating in the Data add-ons section - `exchange` (string, optional) Exchange where instrument is traded - `mic_code` (string, optional) Market Identifier Code (MIC) under ISO 10383 standard - `country` (string, optional) Country where instrument is traded, e.g., `United States` or `US` - `period` (string, optional) The reporting period for the balane sheet data - `start_date` (string, optional) Begin date for filtering items by fiscal date. Returns income statements with fiscal dates on or after this date. Format `2006-01-02` - `end_date` (string, optional) End date for filtering items by fiscal date. Returns income statements with fiscal dates on or before this date. Format `2006-01-02` - `outputsize` (integer, optional) Number of records in response **Notes:** - At least one of the following parameters is required: `symbol`, `figi`, `isin`, `cusip`. ## Response - `meta` (object) Metadata about the balance sheet - `symbol` (string) Ticker symbol of instrument - `name` (string) Name of the company - `currency` (string) Currency of the balance sheet according to the ISO 4217 standard - `exchange` (string) Exchange where instrument is traded - `mic_code` (string) Market identifier code (MIC) under ISO 10383 standard - `exchange_timezone` (string) Exchange timezone - `period` (string) Values can be annual or quarterly - `balance_sheet` (array of object) Array of balance sheet records - `fiscal_date` (string) Date of the balance sheet release - `year` (integer) Fiscal year - `assets` (object) Assets section of the balance sheet - `current_assets` (object) Current assets section - `cash` (number) Cash includes currency, bank accounts, and undeposited checks - `cash_equivalents` (number) Represents cash equivalents that have high credit quality and are highly liquid - `cash_and_cash_equivalents` (number) Combined value of cash and cash equivalents when company doesn't report a breakdown - `other_short_term_investments` (number) Represents other short term investments - `accounts_receivable` (number) 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) Represents other receivables - `inventory` (number) Represents the goods available for sale and raw materials used to produce goods available for sale - `prepaid_assets` (number) Represents expense that has already been paid for, but which has not yet been consumed - `restricted_cash` (number) 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) Represents assets which company plans to sell - `hedging_assets` (number) Represents money that is spent on hedging assets - `other_current_assets` (number) Represents other current assets - `total_current_assets` (number) All current assets values in a total - `non_current_assets` (object) Non-current assets section - `properties` (number) Represents property owned - `land_and_improvements` (number) Represents land and improvements owned - `machinery_furniture_equipment` (number) Represents office equipment, furniture, and vehicles owned - `construction_in_progress` (number) Represents the cost of construction work, which is not yet completed - `leases` (number) Represents operating and financial leases - `accumulated_depreciation` (number) Represents the cumulative depreciation of an asset that has been recorded - `goodwill` (number) Represents the value of a brand name, solid customer base, good customer relations, good employee relations, and proprietary technology - `investment_properties` (number) Represents real estate property purchased with the intention of earning a return on the investment - `financial_assets` (number) Represents liquid asset that gets its value from a contractual right or ownership claim - `intangible_assets` (number) Represents the patents, trademarks, and other intellectual properties - `investments_and_advances` (number) Represents available for sale financial securities - `other_non_current_assets` (number) Represents other long-term assets - `total_non_current_assets` (number) All long-term assets values in total - `total_assets` (number) 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) 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) 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) Represents current debt and capital lease obligations - `deferred_revenue` (number) Represents advance payments a company receives for products or services that are to be delivered or performed in the future - `tax_payable` (number) Represents taxes due to the government within one year - `pensions` (number) Represents to pensions to be paid out - `other_current_liabilities` (number) Represents other current liabilities - `total_current_liabilities` (number) Represents total current liabilities - `non_current_liabilities` (object) Non-current liabilities section - `long_term_provisions` (number) Represents money set aside for employee benefits such as gratuity - `long_term_debt` (number) Represents amount of outstanding debt that has a maturity of 12 months or longer - `provision_for_risks_and_charges` (number) Represents funds set aside as assets to pay for anticipated future losses - `deferred_liabilities` (number) 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) Represents the value of derivative financial instruments that a company has issued - `other_non_current_liabilities` (number) Represents other non-current liabilities - `total_non_current_liabilities` (number) Represents total non-current liabilities - `total_liabilities` (number) The sum of total_current_liabilities + total_non_current_liabilities - `shareholders_equity` (object) Shareholders' equity section of the balance sheet - `common_stock` (number) Represents net worth of investors shares, which is equal to the total_assets - total_liabilities - `retained_earnings` (number) Refers to the profits earned minus dividends paid - `other_shareholders_equity` (number) Represents other not affecting retained earnings gains and looses - `total_shareholders_equity` (number) 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) 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) Represents the value of shares that have been repurchased by the company and are held in its treasury - `minority_interest` (number) Represents the portion of shareholders' equity that is attributable to minority shareholders in a subsidiary company ## Example Request ```bash curl "https://api.twelvedata.com/balance_sheet?symbol=AAPL&apikey=demo" ``` ## Example Response ```json { "meta": { "symbol": "AAPL", "name": "Apple Inc", "currency": "USD", "exchange": "NASDAQ", "mic_code": "XNAS", "exchange_timezone": "America/New_York", "period": "Quarterly" }, "balance_sheet": [ { "fiscal_date": "2021-09-30", "year": 2022, "assets": { "current_assets": { "cash": 17305000000, "cash_equivalents": 17635000000, "cash_and_cash_equivalents": 34940000000, "other_short_term_investments": 27699000000, "accounts_receivable": 26278000000, "other_receivables": 25228000000, "inventory": 6580000000, "prepaid_assets": 0, "restricted_cash": 0, "assets_held_for_sale": 0, "hedging_assets": 0, "other_current_assets": 14111000000, "total_current_assets": 134836000000 }, "non_current_assets": { "properties": 0, "land_and_improvements": 20041000000, "machinery_furniture_equipment": 78659000000, "construction_in_progress": 0, "leases": 11023000000, "accumulated_depreciation": -70283000000, "goodwill": 0, "investment_properties": 0, "financial_assets": 0, "intangible_assets": 0, "investments_and_advances": 127877000000, "other_non_current_assets": 48849000000, "total_non_current_assets": 216166000000 }, "total_assets": 351002000000 }, "liabilities": { "current_liabilities": { "accounts_payable": 54763000000, "accrued_expenses": 0, "short_term_debt": 15613000000, "deferred_revenue": 7612000000, "tax_payable": 0, "pensions": 0, "other_current_liabilities": 47493000000, "total_current_liabilities": 125481000000 }, "non_current_liabilities": { "long_term_provisions": 0, "long_term_debt": 109106000000, "provision_for_risks_and_charges": 24689000000, "deferred_liabilities": 0, "derivative_product_liabilities": 0, "other_non_current_liabilities": 28636000000, "total_non_current_liabilities": 162431000000 }, "total_liabilities": 287912000000 }, "shareholders_equity": { "common_stock": 57365000000, "retained_earnings": 5562000000, "other_shareholders_equity": 163000000, "total_shareholders_equity": 63090000000, "additional_paid_in_capital": 0, "treasury_stock": 0, "minority_interest": 0 } } ] } ```