v1
latestOpenAPI 3.1.02026-07-22733584.5 KBBooks
Get financial statements
Returns statement read models (income statement, balance sheet, and — where available — cash flow via statement=cashflow) for the selected range. Returns JSON null when no statement data exists for the selection.
get/statements
Query parameters
customer_idstring
Target company. Optional — API keys are pinned to one company, and single-company sessions default to it.
rangestring
Period selector: YYYY-MM, YYYY-Qn, YYYY, all, this_month, or last_6_months.
statementstring
Specific statement to return (e.g. cashflow). Omit for the default set.
monthsinteger
Number of trailing months to include.
Response
Statements payload, or null when nothing is available.
StatementsPayload required
Financial statement read models for the selected range. Statement line interiors are returned as-is; amounts are integer cents.