`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)`
Hi,
data.DataReader using 'google' was discontinued. Use 'yahoo'.
Hi,
data.DataReader using 'google' was discontinued. Use 'yahoo'.
This worked. Thank you
thanks
It's work .
Thank you so much
It got solved at the first try, thanks so much!
Thank you!
WOW! Thanks
It worked..thank you so much
data.DataReader using 'google' was discontinued. Use 'yahoo'.
This is what Google always does wrong.
Thanks a lot for the help. This sounds clich茅, but 'yahoo' worked.
Hi,
data.DataReader using 'google' was discontinued. Use 'yahoo'.
it works, thank you so much
Most helpful comment
Hi,
data.DataReader using 'google' was discontinued. Use 'yahoo'.