pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

Is there no google support anymore?

Open berkayalan opened this issue 2 years ago • 1 comments

Hi guys,

I'm trying to get data from Google Finance source but it yields this error:

NotImplementedError: data_source='google' is not implemented

There is also no section in the official documentation. Is there no support to Google Finance anymore?

Additional: The code that produces error above is that

df = data.DataReader('NVDA', 'google', start='2019-01-10', end='2022-09-01')

berkayalan avatar Sep 03 '22 10:09 berkayalan

Anyone know? Heard that the API has changed.

XoxRumbleLorexoX avatar Apr 23 '23 12:04 XoxRumbleLorexoX