Skip to main content
GET
Retrieve balance sheet

Authorizations

Authorization
string
header
required

API key prefixed with finta_

Query Parameters

date
string<date>

The as-of date for the balance sheet (YYYY-MM-DD). Defaults to today.

Response

The balance sheet

object
enum<string>
required
Available options:
balance_sheet
date
string<date>
required
Example:

"2026-03-16"

currency
string
required
Example:

"USD"

cash_cents
integer
required

Total cash balance in cents. Same value as the Cash category in assets, elevated for convenience.

Example:

9800000

assets
object
required
liabilities
object
required
equity
object
required
liabilities_and_equity_cents
integer
required

Sum of liabilities and equity in cents. Must equal assets.total_cents (accounting equation check).

Example:

12500000