Export bank transactions to a file
statement_exportExport the BANK transactions of a date range (a month, a quarter, a year) as .csv or .json and return a download link valid for one hour. This is the tool for "export September" once a statement has been imported. Nothing partial is ever written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ISO date, inclusive | |
| from | Yes | ISO date, inclusive | |
| path | Yes | Name for the downloaded file, e.g. september. It comes back as a download link valid for one hour | |
| format | Yes | csv for a spreadsheet, json for a program | |
| account | No | Limit to one account | |
| category | No | Limit to one category |