alvarobartt / investpy

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

investpy stopped working completely today #597

Open GitHunter0 opened 1 year ago

GitHunter0 commented 1 year ago

All of sudden every investpy retrieval functions stopped working today, throwing ConnectionError. Any idea what's happening?

Example:

import investpy
import pandas as pd
df = investpy.get_stock_historical_data(stock='AAPL',
                                   country='united states',
                                   interval='Daily',
                                   from_date='01/01/1996',
                                   to_date='23/03/2021',
                                   order = 'descending')

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

Thank you

ymyke commented 1 year ago

Just wait, as the message says. It'll work again eventually.

marccal commented 1 year ago

Yesterday detected the same problem. Are working for you or the problems continue??