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.
Authorizations
Portal API key minted in portal Settings → API access. Scope read or write; pinned to one company. Send as Authorization: Bearer lac_sk_....
Query Parameters
Target company. Optional — API keys are pinned to one company, and single-company sessions default to it.
Period selector: YYYY-MM, YYYY-Qn, YYYY, all, this_month, or last_6_months.
Specific statement to return (e.g. cashflow). Omit for the default set.
Number of trailing months to include.
Response
Statements payload, or null when nothing is available.
Financial statement read models for the selected range. Statement line interiors are returned as-is; amounts are integer cents.