Chart
chartA picture of the numbers, as a PNG you can show the user: spending by month, income vs spending, where the money went (top categories) for a period, or one account's balance over time. One panel per currency, never summed across. The reply also carries the figures as a table so you can quote them exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | For categories: period end, exclusive (ISO). Default: now | |
| top | No | categories: how many bars. Default 8 | |
| from | No | For categories: period start (ISO). Default: first of this month | |
| kind | Yes | ||
| months | No | Window for the month-based kinds. Default 6 (12 for balance_history) | |
| currency | No | Only this currency | |
| account_id | No | balance_history: the account. Other kinds: limit to this account |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||