python-fints
python-fints copied to clipboard
Pure-python FinTS (formerly known as HBCI) implementation
Next to the security_reference_number there's a fixme comment in the HNSHK4 segment. What needs to be done and what's the problem with using 1 as value, since it seems to...
For HKCAZ, we are expected to supply a list of supported URNs. However, as far as I can see, our ``TypedField`` mechanism doesn't allow such a thing, since for every...
How do I perform a request that takes a `start` and an `end` date and returns the closing balance of each day that is in this interval? I've tried [this...
The Sparkassen have discovered, that waiting to transmit the chipTAN-data via flickercode takes bloody ages at times and came up with something new and revolutionary: a QR-code! As far as...
Hello and thanks for the great tool. I have an account at Consorbank and can request my bank account without problems. However, if I try to request my depot it...
Actually importing transactions is crashing if the MT940 sent by the bank is not correct. Depending on what was wrong in the MT940 you'll get another exception of the [mt940](https://github.com/WoLpH/mt940)...
From ``dialog.py``: ``` # assert response.segments[0].message_number == self.next_message_number[response.DIRECTION] # FIXME Better handling of HKEND in exception case self.messages[response.DIRECTION][response.segments[0].message_number] = response self.next_message_number[response.DIRECTION] += 1 ``` From @henryk in PR #34: >...
Hi everybody, I tried the package with DKB. Getting the account balance works great. When i try to geht the status of my stock depot with the method get_holdings I...
Hello, first - thank you a lot for maintaining this great project! When I access the account and get all transactions (~900), I have identified 3 that simply mess up...
happy finding your lib. some segments are different if holdings do contain bonds, I added below to retrieve price and pieces which would be otherwise blank. example :70E::HOLD//1NZD266,937 93B::AGGR//FAMT/2000,00 ```...