Retrieve Balances Over Time

List the balances of each bank account for a customer across all ingestion sources. Ordered by balance date.

It calculates the balance for each date, by iterating from the date the account was last refreshed to the to
and from dates provided. It then checks all the transactions within this range, calculating the balance at
the end of each day.

This endpoint limits the date from which it gets balances from either by the oldest transaction_window on the
account if they are present, or by the oldest transaction within the requested date range available.

For users ingesting data via the Ingest Accounts endpoint, you can increase the range and accuracy of the
data supplied from this service by including the transaction_window field upon account ingestion.

Results are limited to up to 5000 balance items across all accounts.

Language
Authorization
OAuth2