alvarobartt / investpy

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

Missing London Equities #158

Open lefig opened 4 years ago

lefig commented 4 years ago

Hi

Please find attached our latest list of missing shares. There are many others.

All the shares are located using the search API.

Perhaps the download API will be more reliable if an ISIN (unique identifier) parameter is supported.

failed_investing_symbols.txt

alvarobartt commented 4 years ago

Hi @lefig, thank you! I am planning to allow the user decide the input parameter, so that the isin or the name can be specified instead of the symbol so as to cover all the investpy data, since some of it is currently unaccessible.

Subscribe to either #147 or #154 to see the latest updates on the issue. Also, I will take your listing into consideration while testing the new investpy release. Thank you!

lefig commented 4 years ago

And thank you too.

Keep up the good work.

lefig commented 4 years ago

Re ETF:

Just to add also have a missing symbol problem with respect to our LSE ETF watchlist.

I can send you the list if you prefer. But hopefully you will be able to investigate further.

Now the search also also returns ISIN information about the security. So again, I would suggest that you incorporate this unique reference in the download API.

Thank you

Fig