account_ids to filter to specific accounts.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| date_range | string | No | 3M | How far back to look. One of: 1M, 3M, 6M, 1Y, ALL |
| account_ids | string | No | All accounts | Comma-separated account IDs to filter by |
Response
| Field | Type | Description |
|---|---|---|
| time_series | array | Chronologically ordered data points |
| time_series[].date | string | Date of the snapshot (YYYY-MM-DD) |
| time_series[].assets | string | Total asset value |
| time_series[].liabilities | string | Total liability value |
| time_series[].net_worth | string | Assets minus liabilities |
| date_range | string | Date range code used |
| start_date | string | Start of the time series |
| end_date | string | End of the time series |
Example
Prompt: “Show me my net worth trend over the last 6 months” The tool is called withdate_range: "6M" and returns data points like:
Related
- accountBalances - current balance snapshot
- Balance History API - REST endpoint equivalent