v1
latestOpenAPI 3.0.32026-07-26362271803.3 KBFinancial Statements
Get Income Statement
Returns account activity (revenue and expense movement) within the start_date-end_date range, split by cadence.
Unlike the balance sheet, the income statement reflects only the activity that falls inside the requested date range - start_date is the true start of the activity window.
Breakdowns: supports entity, department, vendor, and tag breakdowns/filters via group_by (pass group with a tag group ID when grouping by tag).
get/ca/api/get_income_statement
Query parameters
cadence'daily' | 'monthly' | 'quarterly' | 'weekly' | 'yearly'
end_datestring date
Latest date (inclusive) for which to retrieve data. Defaults to end of current month
entityinteger
Entity ID(s) to scope the report. Can be repeated (?entity=1&entity=2) or JSON array
entity_rollupboolean
If true, includes all data of children entities in consolidation
group_bystring
start_datestring date
Earliest date (inclusive) for which to retrieve data. Defaults to six months ago