Financials
Get Annual Balance Sheet Statement
Fetches the 10 most recent annual balance sheet statements for a given company stock symbol.
get/financials/balance-sheet/{symbol}
Path parameters
symbolstring required
The stock symbol of the company (e.g., AAPL).
Query parameters
period'annual' | 'quarter'
The period of financial data to retrieve (annual or quarter).
datatype'json' | 'csv'
The format of the returned data (json or csv).
limitnumber
The maximum number of records to return.
Response
Successful response with balance sheet data (keys in kebab-case).
Example response
[
{
"date": "2024-09-28",
"symbol": "AAPL",
"reported-currency": "USD",
"cik": "0000320193",
"filling-date": "2024-11-01",
"accepted-date": "2024-11-01 06:01:36",
"calendar-year": "2024",
"period": "FY",
"cash-and-cash-equivalents": 29943000000,
"short-term-investments": 35228000000,
"cash-and-short-term-investments": 65171000000,
"net-receivables": 66243000000,
"inventory": 7286000000,
"other-current-assets": 14287000000,
"total-current-assets": 152987000000,
"property-plant-equipment-net": 45680000000,
"long-term-investments": 91479000000,
"tax-assets": 19499000000,
"other-non-current-assets": 55335000000,
"total-non-current-assets": 211993000000,
"total-assets": 364980000000,
"account-payables": 68960000000,
"short-term-debt": 22511000000,
"tax-payables": 26601000000,
"deferred-revenue": 8249000000,
"other-current-liabilities": 50071000000,
"total-current-liabilities": 176392000000,
"long-term-debt": 96548000000,
"other-non-current-liabilities": 35090000000,
"total-non-current-liabilities": 131638000000,
"capital-lease-obligations": 12430000000,
"total-liabilities": 308030000000,
"common-stock": 83276000000,
"retained-earnings": -19154000000,
"accumulated-other-comprehensive-income-loss": -7172000000,
"total-stockholders-equity": 56950000000,
"total-equity": 56950000000,
"total-liabilities-and-stockholders-equity": 364980000000,
"total-liabilities-and-total-equity": 364980000000,
"total-investments": 126707000000,
"total-debt": 106629000000,
"net-debt": 76686000000,
"link": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/0000320193-24-000123-index.htm",
"final-link": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/aapl-20240928.htm"
}
]