henrydatei / wikifolio-api

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

fixing is_in_portfolio name search #13

Closed apunkt closed 9 months ago

apunkt commented 9 months ago

when using is_in_portolio('DE0005550636') the original search is using the first result which is however 'DE0005550602' thus bool is False, which is wrong. the PR now searches through all results comparing Isin to check whether it is really in the results and then correctly returns True.

henrydatei commented 9 months ago

thx for making the PR, looks good