Balance Sheet Statements API

A balance sheet, often known as a statement of financial position, summarizes an individual or organization's financial balances. A typical corporate balance sheet has two sides: assets on the left and financing on the right, which itself includes liabilities and equity. Our API allows you to access all of the individual financial items that comprise a balance sheet statement. There is a limit of 50 records per API call.

API Endpoint

https://financialdata.net/api/v1/balance-sheet-statements?identifier=MSFT&period=year

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security, or the central index key (CIK). The latter is assigned to the entity by the United States Securities and Exchange Commission.MSFT, 0000789019
periodstring(Optional) The accounting period for which the entity's financial statements are prepared. By default, statements are returned for all accounting periods.year, quarter
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.50
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "MSFT",
    "central_index_key": "0000789019",
    "registrant_name": "MICROSOFT CORP",
    "fiscal_year": "2024",
    "fiscal_period": "FY",
    "period_end_date": "2024-06-30",
    "cash_and_cash_equivalents": 90143000000.0,
    "marketable_securities_current": 57228000000.0,
    "accounts_receivable": 56924000000.0,
    "inventories": 1246000000.0,
    "non_trade_receivables": null,
    "other_assets_current": 26021000000.0,
    "total_assets_current": 159734000000.0,
    "marketable_securities_non_current": 14600000000.0,
    "property_plant_and_equipment": 135591000000.0,
    "other_assets_non_current": 36460000000.0,
    "total_assets_non_current": 301369000000.0,
    "total_assets": 512163000000.0,
    "accounts_payable": 21996000000.0,
    "deferred_revenue": 57582000000.0,
    "short_term_debt": 2249000000.0,
    "other_liabilities_current": 19185000000.0,
    "total_liabilities_current": 125286000000.0,
    "long_term_debt": 44937000000.0,
    "other_liabilities_non_current": 27064000000.0,
    "total_liabilities_non_current": 118400000000.0,
    "total_liabilities": 243686000000.0,
    "common_stock": 100923000000.0,
    "retained_earnings": 173144000000.0,
    "accumulated_other_comprehensive_income": -5590000000.0,
    "total_shareholders_equity": 268477000000.0
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.