get_expense_summary_by_month_by_currency
Get monthly expense totals broken down by currency within a date range to compare spending across months and currencies.
Instructions
Get expense summary by month and currency for the provided period.
Args: from_date (required): The start date for filtering. Format is YYYY-MM-DD. to_date (required): The end date for filtering. Format is YYYY-MM-DD.
Returns: list[MonthCurAmtStatItem]: The expense summary by month and currency. For month, the format is YYYY-MM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_date | Yes | ||
| from_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |