pandas-datareader
pandas-datareader copied to clipboard
Is there no google support anymore?
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')
Anyone know? Heard that the API has changed.