Get Balance History
Get historical balance time series (v2, ClickHouse-backed).
Reconstructs asset and liability balances over time using local ClickHouse data, eliminating the round-trip to the Truv Core API. Returns the same response shape as v1.
Authorizations
Bearer authentication with a personal access token (prefix pat_). Generate tokens in the Truv web app under Settings → API keys.
Query Parameters
Filter by specific link IDs. Omit to include all links.
Filter by specific account IDs. Omit to include all accounts.
How far back to look. One of: 1_month, 3_months, 6_months, 1_year, all.
1M, 3M, 6M, 1Y, ALL Aggregation granularity for data points. One of: day, week, month.
day, week, month Response
Historical balance time series (v2, ClickHouse-backed).
Balance history time series showing assets, liabilities, and net worth over time.
Chronologically ordered data points.
Date range code used for this query.
"3M"
Start date of the time series (YYYY-MM-DD).
"2025-11-01"
End date of the time series (YYYY-MM-DD).
"2026-02-01"