-
Notifications
You must be signed in to change notification settings - Fork 684
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
It seems that Google does no longer provide historical stock data? #391
Comments
Confirmation and alternatives: rsvp/fecon235#7 Several years ago Google terminated their quote retrieval API for sheets, |
Update! With the source code above you will now get the following result:
This means to me that google has not stopped the data delivering at all; there are now 2 dates without data... |
Since two days Google only delivers data for one year, this means you can get with pandas only data from 2016-09-16 till 2017-09-14, which is not so great. |
I hav the same issue. I only get one year of data, being the last year, regardless of start/end dates. Is this permanent, or a throttling issue? |
I just did some research on this issue and post the result here: Google still offer the historical stock data, but the URL has changed. |
But unfortunately, for the PR to modify said URL, eac67a4 , |
As of v0.7.0 Google finance and Morningstar have been immediately deprecated due to large changes in their API and no stable replacement. |
It seems that Google does no longer provide historical stock data respectively Google does no longer update the data. Is this correct? Is there a solution? Will there be any other sources (in the near future)?
With pandas-datareader and source "google" you can only get data until 2017-09-05 :(
The text was updated successfully, but these errors were encountered: