Skip to content
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

New problems with Google Finance? #502

Closed
paintdog opened this issue Mar 16, 2018 · 22 comments · Fixed by #515
Closed

New problems with Google Finance? #502

paintdog opened this issue Mar 16, 2018 · 22 comments · Fixed by #515

Comments

@paintdog
Copy link

paintdog commented Mar 16, 2018

I got the following traceback/error:

raise RemoteDataError('Unable to read URL: {0}'.format(url))
pandas_datareader._utils.RemoteDataError: Unable to read URL:
http://finance.google.com/finance/historical?q=ETR%3AADS&startdate=Jan+01%2C+2000&enddate=Mar+16%2C+2018&output=csv

Does others have the same problem? (Thanks.)

Are they joking?

We're sorry...
... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.

See Google Help for more information.

Have you the same problem? How do you solve this problem?

@Naik-yash
Copy link

yes I got the same error

@paintdog
Copy link
Author

Maybe it works again!?

@andrermarques
Copy link

Hey guys! Anyone has an alternative to Yahoo or Google finance? Is it possible to use an offline DataReader for Pandas like an Excell spreadsheet of data downloaded from MetaTrader for example? I Would like to try to use ... Anyone here had tried something like this? Other options shoud be for example Quantum as DataReader? Is it possible?

@paintdog
Copy link
Author

Please have a look here:
#454
rsvp/fecon235#7
and so on...

I think that rsvp has done a great job about other data ressources. For me - I need datasets belonging to DAX, MDAX, SDAX, TecDAX - Google finance and Yahoo finance are very important.

Please look in the docs, I think pandas can read Excel files directly to a pandas dataframe:
https://pandas.pydata.org/pandas-docs/stable/index.html

@paintdog
Copy link
Author

Today the same error occurs. I'm very sad.

@alsilva86
Copy link

Same here, trying to download brazilian stocks no success

@jfunction
Copy link

Yeh - they have removed historical data from google finance. To see this, try visit the following in your browser:
http://finance.google.com/finance/historical?q=GOOG

@alsilva86
Copy link

Does anyone know any other source for this data?

@jfunction
Copy link

You mean free source, right? I know of paid-for sources, but I'm guessing that's not what any of us want here :)

@alsilva86
Copy link

alsilva86 commented Mar 20, 2018 via email

@jfunction
Copy link

Well I haven't looked into it, so this may be off, but I know of:
https://www.home.saxo/
https://www.ig.com/za

But I think there have been others like Bloomberg mentioned in other issues - maybe @paintdog has something to say about this?

@alsilva86
Copy link

alsilva86 commented Mar 20, 2018 via email

@paintdog
Copy link
Author

paintdog commented Mar 20, 2018

But I think there have been others like Bloomberg mentioned in other issues - maybe @paintdog has something to say about this?

Unfortunately, I have no experience. Google Finance and Yahoo Finance have done a very good job for me, at the moment I'm a bit baffled. I will go through the suggestions myself.

Please have a look there:

rsvp/fecon235#7

It seems, @rsvp has done a very good job about listening some other possibilites. I will test Yahoo Finance! in the next days.

@kaikai-liu
Copy link

Same problem...Always happens...So bad....

@paintdog
Copy link
Author

Open letter to Google? How many would sign an open letter?

@vnmabus
Copy link

vnmabus commented Apr 5, 2018

If you continue needing the data, this URL still works:

https://finance.google.co.uk/bctzjpnsun/historical?q=ETR%3AADS&startdate=Jan+01%2C+2000&enddate=Mar+16%2C+2018&output=csv

@alsilva86
Copy link

alsilva86 commented Apr 5, 2018 via email

@dtemkin
Copy link
Contributor

dtemkin commented Apr 9, 2018

@vnmabus I just wanted to let you know that I submitted a PR replacing the current daily url with the one you provided, thanks.

@gustavodemari
Copy link

Not working again?

@addisonlynch
Copy link
Contributor

@gustavodemari looks like it. Opened #536

@Sadegh-Saberian
Copy link

Hi,

Im having the same problem. could anyone find any solution? I need to get a bulk of stock data and google was my only option :(

@paintdog
Copy link
Author

Have a look at quandl and stooq. You should get (?) both sources via pandas.datareader. I've not tested it yet myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.