-
Notifications
You must be signed in to change notification settings - Fork 681
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
Unable to fetch Google finance data #394
Comments
OK, please tell us if and where this breaks the API. What are the error messages with respect to pandas-datareader?
|
Hi rsvp, CODE: ERROR TRACE: |
Maybe it makes sense to contact Google to ask for a correction, but I do not think that the issue affects only a few. |
paindog, Google has changed/restructured their finance urls. It's not a mistake that we can ask Google to fix. |
They reduced the available data to the period of about one year. That's a problem they could fix... |
paintdog, I think, this is a simple URL update in pandas-datareader API. Current URL used in api is "http://www.google.com/finance/info". This URL should be updated to new Google finance URL: "https://finance.google.com/finance". API code snippet (data.py)
|
Temporary and very ugly solution for testing purposes:
|
Changing the URL works, but the 302 redirect that Unintentional bug in the |
the commit added by soon fixed the historical collection, however the delayed quote is still not functional, I've tried http://finance.google.com/finance with no success |
Google Finance under renovation, portfolios to be deprecated mid-November 2017 : rsvp/fecon235#7 (comment) |
This fix may be a waste of effort. It looks like there are big holes in the underlying datasets on Google Finance, eg Bank of America (BAC) or JP Morgan (JPM) have nothing or garbage prices (as of the date I am posting). |
Fixed in #404. |
Google has changed their URL from "http://www.google.com/finance/info" to "https://finance.google.com/finance"
The text was updated successfully, but these errors were encountered: