Monthly
Generate a summary of total values, number of transactions per transaction category and averages for incomes, expenses and debt repayments for a defined period of time.
Monthly
POST
{{baseUrl}}/bank-accounts/:bank_account_id/transaction-reports/monthly
Generate a report with a summary of total values, number of transactions per transaction category and monthly averages for incomes, expenses and debt repayments over a given period.
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?