spending_over_time

Get spending totals over time, grouped by day, week, or month. Useful for spotting trends and patterns.

Parameters

  • start_date (required) - Start date in YYYY-MM-DD format
  • end_date (required) - End date in YYYY-MM-DD format
  • interval (required) - Time grouping: day, week, or month
  • category (optional) - Filter to a specific category name
  • format (optional) - Output format: text, markdown, or json (default: text)

Example usage

Show me my monthly spending trend for the past 6 months

Was this page helpful?