Google finance has been immediately deprecated due to large breaks in the API without the
introduction of a stable replacement. Pull Requests to re-enable these data
connectors are welcome.
I'm having the same problem. Is there any update on this issue?
Google is not working until someone finds a work around.
On Sat, Sep 22, 2018, 02:03 Alan Preciado notifications@github.com wrote:
I'm having the same problem. Is there any update on this issue?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/pydata/pandas-datareader/issues/580#issuecomment-423705683,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFU5RaYMCMYL0pVA3Qerk8dUj0o4_7W4ks5udYxogaJpZM4Ws-Ip
.
If this helps (in the meantime), I changed the data source to 'iex'. Now I can read the data:
I did:
C = data.DataReader("C", 'iex', start, end)
If this helps (in the meantime), I changed the data source to 'iex'. Now I can read the data:
I did:
C = data.DataReader("C", 'iex', start, end)
good!!!
try yahoo instead
Closing since Google is gone.
Most helpful comment
good!!!