Skip to main content
GET
Retrieve cash flow statement

Authorizations

Authorization
string
header
required

API key prefixed with finta_

Query Parameters

start_date
string<date>

Start of the reporting period (YYYY-MM-DD). Defaults to beginning of current quarter.

end_date
string<date>

End of the reporting period (YYYY-MM-DD). Defaults to today.

Response

The cash flow statement

object
enum<string>
required
Available options:
cash_flow
start_date
string<date>
required
Example:

"2026-01-01"

end_date
string<date>
required
Example:

"2026-03-31"

currency
string
required
Example:

"USD"

operating_activities
object
required
investing_activities
object
required
financing_activities
object
required
beginning_cash_cents
integer
required

Cash balance in cents at the start of the period.

Example:

10000000

ending_cash_cents
integer
required

Cash balance in cents at the end of the period.

Example:

14500000

change_in_cash_cents
integer
required

Net change in cash for the period. Equals ending_cash_cents - beginning_cash_cents.

Example:

4500000