raphaelm / python-fints

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

Holdings not available for non-sepa accounts #68

Closed matthiasplappert closed 5 years ago

matthiasplappert commented 5 years ago

I'm currently trying to use this great library to access my comdirect depot. I'm able to connect to my bank account and can see my sepa account with them when calling f.get_accounts().

However, the problem appears to be that my depot account is not included in this list, presumably because it is not a sepa account. I can see it though when I call f.get_information(), where it is listed under 'accounts' and also correctly indicates that this account supports fetching holdings.

Is there a way to fetch this information regardless, perhaps by creating the appropriate account myself or calling a lower-level API?

matthiasplappert commented 5 years ago

To answer my own question: It works if I query the holdings for the "Verrechnungskonto" SEPA account of my depot (for comdirect).