ynab_analyze_spending
Calculate income, spending, and net totals for a date range, grouped by category, payee, account, week, or month. Get clear insights into your YNAB finances.
Instructions
Deterministically calculate income, spending, and net totals for an inclusive date range, grouped by category, payee, account, week, or month. Aggregates always use the complete fetched period before grouping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_by | Yes | ||
| budget_id | No | ||
| since_date | Yes | ||
| until_date | Yes | ||
| include_transfers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cached | Yes | ||
| groups | Yes | ||
| period | Yes | ||
| totals | Yes | ||
| group_by | Yes | ||
| used_delta | Yes | ||
| excluded_transfer_count | Yes |