alvarobartt / investpy

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

ERR#0015: error 429, try again later. #522

Open Aguther70 opened 2 years ago

Aguther70 commented 2 years ago

Hi alvarobartt,

Taken your example, I´m still facing the same issue:

df = investpy.get_stock_historical_data(stock='AAPL', country='United States', from_date='01/01/2010', to_date='01/01/2020') print(df.head())

ConnectionError: ERR#0015: error 429, try again later.

Do you know how to solve it?

Thank you

ymyke commented 2 years ago

I wrote the tessa package to help with issues such as these. See here: https://github.com/alvarobartt/investpy/issues/557