alvarobartt / investpy

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

investpy.stocks.get_stocks_list, error: ERR#0004 #634

Open ysant77 opened 4 months ago

ysant77 commented 4 months ago

I get the following error when I tried to use the investpy.stocks.get_stocks_list function:


RuntimeError Traceback (most recent call last) Cell In[30], line 1 ----> 1 investpy.stocks.get_stock_information('AAPL', 'united states')

File ~/anaconda3/envs/isa_proj/lib/python3.8/site-packages/investpy/stocks.py:1356, in get_stock_information(stock, country, asjson) 1353 result.at[0, "Stock Symbol"] = stock 1355 if not path: -> 1356 raise RuntimeError("ERR#0004: data retrieval error while scraping.") 1358 for elements in path: 1359 title = elements[0].text_content()

RuntimeError: ERR#0004: data retrieval error while scraping.