get_spending_breakdown
Break down spending by category, merchant, or account for a given time period, with options to filter by account, include income, or exclude transfers.
Instructions
Get spending breakdown by category for a time period
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | End date (ISO format or DD-MM-YYYY) | |
| groupBy | No | Group by category, merchant, or account | |
| accountId | No | Filter by account ID | |
| startDate | No | Start date (ISO format or DD-MM-YYYY) | |
| includeIncome | No | Include income in breakdown | |
| excludeTransfers | No | Exclude transfers from breakdown |