-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
getSymbols does not retrieve Yahoo financial data #367
Comments
Thanks for the report. Can you please provide the output of |
thank you very much. here is the sessionInfo(). The quantmod is 0.4.20. thank you again for your review. the error message is as follows:
|
This is a timeout issue, which is likely caused by the user's internet connection and/or an issue with the Yahoo Finance servers. Either way, I can't fix it via changes in quantmod, so I'm closing. |
Yahoo may implement some changes on its financial data and the
does not retrieve any data. This only happens since yesterday.
Would you please review whether the
getSymbols()
needs update too? The python added a decryption function in thepandas_datareader/yahoo/daily.py
to make it work again. See pydata/pandas-datareader#952.Any help is greatly appreciated. Thank you very much.
The text was updated successfully, but these errors were encountered: