spending_by_category
Get spending totals grouped by category for a date range. Shows how much you spent in each category.
Parameters
- start_date (required) - Start date in YYYY-MM-DD format
- end_date (required) - End date in YYYY-MM-DD format
- category_group (optional) - Filter to a specific category group
- limit (optional) - Max categories to return (default: 20)
- format (optional) - Output format: text, markdown, or json (default: text)
Example usage
How much did I spend in each category last month?