Generate a financial statement
A financial statement computed from the live ledger — the exact generator the Cherry app uses, so figures here always match the product. profit_and_loss and cash_flow cover the from..to period (both required); balance_sheet is a snapshot as of to (from is ignored). The response shape varies by statement type: revenue/expense breakdowns for P&L, asset/liability/equity sections for the balance sheet, inflow/outflow for cash flow.
Authorizations
Cherry API key, created in the app. Sent as Authorization: Bearer ck_live_….
Path Parameters
profit_and_loss, balance_sheet, cash_flow Query Parameters
Period start, YYYY-MM-DD. Required for profit_and_loss and cash_flow.
Period end, YYYY-MM-DD. For balance_sheet this is the as-of snapshot date.
Response
The generated statement (shape varies by type)