python-fints
python-fints copied to clipboard
how to fetch the account balance of each transaction?
How is it possible to fetch the account balance of each transaction?
I could not found any information about that. If I use the function get_transactions_xml(a,start_date =start_date, end_date=end_date) there is the amount in the tag <Amt Ccy="EUR">.
But I could not found this information within the reponse of the function get_transactions.
Thank you in advance for your help!
It's probably just not there