-
Notifications
You must be signed in to change notification settings - Fork 683
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
Limitation of scraping in historical series through Google Quotes with web.dataReader #422
Comments
The issue is currently unresolved. |
In this thread a working url sheme was presented by VicTangg to get again "full" access to the historical data! It would be nice if this url sheme could be used to fix this bug soon. For example: |
@paintdog What does "full" access mean? This "old style" URL (generated by current pandas_datareader) does work https://finance.google.com/finance/historical?q=ETR:SIE&startdate=Jan%2001,%202017&enddate=Nov%2029,%202017&output=csv |
Have you tested your "old style" URL? It doesn't work!!! Using your url we get stock prices starting at 2-Jan-17 (!). Using the new url sheme we get stock prices starting at 2-Jan-02 (!). Please try it out. When I understand the current source code then we use http:// instead of https:// in pandas datareader to generate the url. Maybe this is the error!? We must fix it asap, I think. |
Google Quotes has been deprecated. |
I'm trying to scrape the historical series through the pandas web.dataReader but the period returned is only between 2016 and 2017.
Has there been any update limiting this search or is it a bug caused by the API?
Here is my code:
The text was updated successfully, but these errors were encountered: