---
title: "Retrieves a BalanceSheet resource."
method: GET
path: "/balance_sheets"
tags: ["BalanceSheet"]
---

# Retrieves a BalanceSheet resource.

`GET /balance_sheets`

Retrieves a BalanceSheet resource.

## Query parameters

- `end` string, date-time, required
- `accounting_method` 'cash' | 'accrual', required

## Response `200`

BalanceSheet resource

- BalanceSheet
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `reportTitle` string, nullable — e.g: BalanceSheet
  - `companyName` string, nullable — e.g: the company legal name
  - `columns` string[], nullable — columns in balance sheet statement
  - `rows` string[], nullable — rows in balance sheet statement
  - `accountingMethod` string — accounting method: a set of rules under which revenues and expenses are reported in financial statements e.g: cash
  - `start` string, date-time, nullable — start datetime of the balancesheet coverage
  - `end` string, date-time, nullable — end datetime of the balancesheet coverage
  - `currencyCode` string, nullable
  - `totalAssets` integer, nullable — Total assets in cents
  - `totalLiabilities` integer, nullable — Total liabilities in cents
  - `totalCurrentAssets` integer, nullable — Total current assets in cents
  - `totalCurrentLiabilities` integer, nullable — Total current liabilities in cents
  - `totalEquity` integer, nullable — Total equity in cents
  - `netIncome` integer, nullable

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
