-
Notifications
You must be signed in to change notification settings - Fork 678
pandas_datareader failing to get all options for '^ndx' from yahoo #190
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
Comments
Here is my traceback (which is slightly different than yours probably as I'm using Python 3)
Such traceback can occur by doing
but I' m getting
I notice that for 2016/12/16 but for 2017/12/15 maybe in such a case (of empty page) we might return an empty DataFrame like
an other approach (on your side) might be to use a try/except like:
|
This looks to work now after #244. Please re-open if still broken. |
The code below works for over 500 symbols but doesn't work for ^ndx.
The text was updated successfully, but these errors were encountered: