wikifolio-api icon indicating copy to clipboard operation
wikifolio-api copied to clipboard

A Python API-Wrapper for the unofficial wikifolio API

Results 3 wikifolio-api issues
Sort by recently updated
recently updated
newest added

Hello, have got following error on executing wf.buy script from classes.wikifolio import Wikifolio wf = Wikifolio("email", "password", "wikifolioID") wf.buy_limit(amount=1, isin="US0378331005", limit_price=170) # buy 1 apple share, order is valid for...

Hi, first of all best thanks for coding the API ! Unfortunately it is only possible to order with 2FA active at Wikifolio. You wrote that you implemented it but...