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

NotImplementedError: data_source='google' is not implemented #768

Closed
ashutos-lab opened this issue Apr 17, 2020 · 16 comments
Closed

NotImplementedError: data_source='google' is not implemented #768

ashutos-lab opened this issue Apr 17, 2020 · 16 comments

Comments

@ashutos-lab
Copy link

from pandas_datareader import data, wb #from pandas_datareader import data, wb import pandas as pd import numpy as np import datetime start=datetime.datetime(2006,1,1) end=datetime.datetime(2016,1,1) BAC=data.DataReader('BAC','google',start,end) print(BAC)

Vesion of Pandas_DataReader('0.8.1')

@Rafaelcvo
Copy link

Rafaelcvo commented May 3, 2020

Hi,
data.DataReader using 'google' was discontinued. Use 'yahoo'.

@RocqJones
Copy link

Hi,
data.DataReader using 'google' was discontinued. Use 'yahoo'.

This worked. Thank you

@vivekm1972
Copy link

thanks

@Rishikesh-12
Copy link

Thank you.

@bashtage bashtage closed this as completed Jul 6, 2020
@nandaniboghara
Copy link

It's work .
Thank you so much

@malomodaniels
Copy link

It got solved at the first try, thanks so much!

@Ivanbox888
Copy link

Thank you!

@Olarinre
Copy link

WOW! Thanks

@Ujjal-ENG
Copy link

It worked..thank you so much

@immartian
Copy link

immartian commented Mar 1, 2021

data.DataReader using 'google' was discontinued. Use 'yahoo'.

This is what Google always does wrong.

@ikenwaa
Copy link

ikenwaa commented Jul 16, 2021

Thanks a lot for the help. This sounds cliché, but 'yahoo' worked.

@imduc1011
Copy link

Hi,
data.DataReader using 'google' was discontinued. Use 'yahoo'.

it works, thank you so much

@FiboWang
Copy link

FiboWang commented Oct 6, 2021

Hi, data.DataReader using 'google' was discontinued. Use 'yahoo'.

Wow, thank you so much. It really helps me!

@pechavarria62
Copy link

sorry how do i implement yahoo? cuz im getting an error

@camrongloudon
Copy link

sorry how do i implement yahoo? cuz im getting an error

https://pandas-datareader.readthedocs.io/en/latest/remote_data.html#naver-finance-data

Yahoo also is not working. As of now Naver works.
If it does not work when you are trying, try another provider from the link above.

@FiboWang
Copy link

FiboWang commented Jul 14, 2023 via email

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

No branches or pull requests