Get daily balance history for a checking account

Reconstructs the end-of-day balance for each calendar day in the requested range from booked transactions, anchored on the account's most recent closingBooked balance. Pending and deleted transactions are excluded. The series carries the last known balance forward across days without transactions, is capped at yesterday (Asia/Jerusalem), and is clamped to the earliest available transaction. Only CHECKING accounts are supported.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

A unique account identifier

Query Params
string
required
^[0-9]{4}-[0-9]{2}-[0-9]{2}$

Start of the range (inclusive), YYYY-MM-DD

string
required
^[0-9]{4}-[0-9]{2}-[0-9]{2}$

End of the range (inclusive), YYYY-MM-DD. Effectively capped at yesterday.

Responses

401

Unauthorized access - Invalid access token

403

Forbidden - Access token missing the required permissions to preform this action

404

Account not found

500

Internal server error

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json