Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

investpy stopped working completely today #597

Open
GitHunter0 opened this issue Aug 17, 2022 · 2 comments
Open

investpy stopped working completely today #597

GitHunter0 opened this issue Aug 17, 2022 · 2 comments

Comments

@GitHunter0
Copy link

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
Copy link
Contributor

ymyke commented Aug 17, 2022

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

@marccal
Copy link

marccal commented Aug 31, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants