Skip to main content
GET
Generate a financial statement

Authorizations

Authorization
string
header
required

Cherry API key, created in the app. Sent as Authorization: Bearer ck_live_….

Path Parameters

type
enum<string>
required
Available options:
profit_and_loss,
balance_sheet,
cash_flow

Query Parameters

from
string<date>

Period start, YYYY-MM-DD. Required for profit_and_loss and cash_flow.

to
string<date>
required

Period end, YYYY-MM-DD. For balance_sheet this is the as-of snapshot date.

Response

The generated statement (shape varies by type)

data
object