Open nikeee opened 6 years ago
I have no idea if the HBCI/FinTS specification even supports such a request, to be honest.
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?
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
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
How do I perform a request that takes a
start
and anend
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)