henrydatei / wikifolio-api

A Python API-Wrapper for the unofficial wikifolio API
GNU General Public License v3.0
17 stars 4 forks source link

wf.get_portfolio_details() only shows etf, not shares #19

Closed henrydatei closed 4 months ago

henrydatei commented 4 months ago

Nun habe ich noch ein weiteres Problem. Bei meinem Wikifolio: https://www.wikifolio.com/de/de/meine-wikifolios/trade/wf00wtop15 sind auch zwei ETF's enthalten. Wenn ich mir die Portfolio Details hole (portfolio_details = wf.get_portfolio_details()), bekomme ich nur die ETF's und keine Aktien. Siehst Du eine Möglichkeit, wie ich sowohl die Aktien, als auch die ETF's in den Details bekommen kann?

from #17

henrydatei commented 4 months ago

I can't access your wikifolio link so I have no chance to reproduce it