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?
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?