Averages
Generate a summary report of averages and rolling averages for incomes, expenses and debt repayments for a defined period of time.
Averages
POST
{{baseUrl}}/bank-accounts/:bank_account_id/transaction-reports/averages
Generate a summary report of averages for incomes, expenses and debt repayments for a defined period of time. Plus a rolling 3-month averages for all transaction categories.
Path Parameters
bank_account_id*
String
Request Body
start_date*
String
This field indicates the start date from which you would like to generate the summary report. In the following format: yyyy-mm-dd
end_date*
String
This field indicates the end date up until which you would like to generate the summary report. In the following format: yyyy-mm-dd
Last updated
Was this helpful?