alvarobartt / investpy

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

Some stocks missing #437

Open JSavonen opened 2 years ago

JSavonen commented 2 years ago

Hi, I tried to download data of Air bnb inc. from the investpy. The stock is missing when I tried to check if the stock is truly missing from the api. One cannot currently access it somehow. Could you check the reason why it is missing. And the error happens when I use the isin of the stock as well. I think there is something from with the csv files.

USA_Stocks = investpy.stocks.get_stocks("United States") USA_Stocks = USA_Stocks.sort_values(by=['name'])

investpy.stocks.search_stocks("isin", "US0090661010")

Let me know if I can assist somehow with the issue.

pravindahal commented 2 years ago

Thanks to @alvarobartt for creating this and to everyone who has contributed to it. It would be really useful if someone could write down how one can add new entries to the csvs in resources directory. That way, others could easily add new stocks and funds in it.

atk5025 commented 2 years ago

I was just looking into this briefly and am not able to find AirBNB on the investing.com website. Looks like the problem might not be with investpy but with investing.com.