alvarobartt / investpy

Financial Data Extraction from Investing.com with Python
https://investpy.readthedocs.io/
MIT License
1.59k stars 374 forks source link

investpy.search_stocks by ISIN delivers no result even if it can be found on investing.com #588

Open reisenmachtfreude opened 1 year ago

reisenmachtfreude commented 1 year ago

The following code:

import investpy
r = investpy.search_stocks(by='isin', value='DE000A14KEB5')
print(r)

results in an error:

raise RuntimeError(
RuntimeError: ERR#0043: no results were found for the introduced isin.

However, if I search for the ISIN on investing.com the stock is listed: https://www.investing.com/equities/home24?cid=1081721 image

Same happens for other quite big companies: DE000A2YN900 - Teamviewer DE0008232125 - Deutsche Lufthansa DE000A0TGJ55 - Varta

Thanks for your help

SonGokussj4 commented 1 year ago

This happens for me to and it's a shame. For example US74767V1098 which is Quantum Scape.

Is this a bug?

dcotterl commented 5 months ago

is there a fix to this issues? i'm having the same problem