spending-by-payee
Rank payees by total money spent or received, returning amounts in integer cents. Filter by date range or account to see where your budget goes.
Instructions
Rank payees by how much money was spent with (or received from) each one. Returns JSON; amounts are integer cents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of payees to list | |
| endDate | No | End date in YYYY-MM-DD format | |
| accountId | No | Restrict the report to a single account | |
| startDate | No | Start date in YYYY-MM-DD format | |
| includeIncome | Yes | Report income received instead of money spent |