balance_history
Track an account's balance changes over time by viewing the running balance at each transaction date within a chosen period.
Instructions
Track an account's balance changes over time by showing the running balance at key transaction dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account name or ID | |
| start_date | No | Start date (YYYY-MM-DD or natural language). Defaults to 3 months ago. | |
| end_date | No | End date (YYYY-MM-DD or natural language). Defaults to today. |