raphaelm / python-fints

Pure-python FinTS (formerly known as HBCI) implementation
https://pypi.python.org/pypi/fints
GNU Lesser General Public License v3.0
328 stars 81 forks source link

Requesting closing balance over a timespan #22

Open nikeee opened 6 years ago

nikeee commented 6 years ago

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 approach, but the closing balance on each day/transaction is the closing balance of the end date. (rel)

raphaelm commented 6 years ago

I have no idea if the HBCI/FinTS specification even supports such a request, to be honest.

nikeee commented 6 years ago

It would be possible to do a request for every single day in the interval. Howerver, there is some rate limit which will be reached. I might take a look at the specs. Any go-to-place for that?

raphaelm commented 6 years ago

It would be possible to do a request for every single day in the interval. Howerver, there is some rate limit which will be reached.

Yes, but that'd be outside the scope of this library.

I might take a look at the specs. Any go-to-place for that?

Yes, the appropriate document hell is here: http://www.hbci-zka.de/spec/3_0.htm

thtomate commented 5 years ago

Skatbank (so likely all fiducia-served banks) returns this day-based on mt940 transactions request (thats what :60F: and :62F: are for) for several days. As I have no experience in this lib and the mt940 parser, I don't know wheter you can use it easily and every bank splits this in days