v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
BalanceSheet

Retrieves a BalanceSheet resource.

Retrieves a BalanceSheet resource.

get/balance_sheets

Query parameters

endstring date-time required

YYYY-MM-DD

accounting_method'cash' | 'accrual' required

The Accounting Method

Response

BalanceSheet resource

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

reportTitlestring nullable

e.g: BalanceSheet

companyNamestring nullable

e.g: the company legal name

columnsstring[] nullable

columns in balance sheet statement

rowsstring[] nullable

rows in balance sheet statement

accountingMethodstring

accounting method: a set of rules under which revenues and expenses are reported in financial statements e.g: cash

startstring date-time nullable

start datetime of the balancesheet coverage

endstring date-time nullable

end datetime of the balancesheet coverage

currencyCodestring nullable
totalAssetsinteger nullable

Total assets in cents

totalLiabilitiesinteger nullable

Total liabilities in cents

totalCurrentAssetsinteger nullable

Total current assets in cents

totalCurrentLiabilitiesinteger nullable

Total current liabilities in cents

totalEquityinteger nullable

Total equity in cents

netIncomeinteger nullable

Example response

{
  "integration": "quickbooks",
  "reportTitle": "Balance Sheet",
  "companyName": "Flux Capacitors Inc",
  "accountingMethod": "cash",
  "start": "2021-01-01",
  "end": "2021-01-31",
  "currencyCode": "USD"
}