get_expense_summary_by_subscription_by_currency
Get a breakdown of expenses by subscription and currency within a chosen date range. Provide start and end dates to obtain categorized spending totals for better financial insight.
Instructions
Get expense summary by subscription 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[SubscriptionCurAmtStatItem]: The expense summary by subscription and currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_date | Yes | ||
| from_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |