Pandas-datareader: ImmediateDeprecationError:

Created on 18 Sep 2018  Â·  6Comments  Â·  Source: pydata/pandas-datareader

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.

Most helpful comment

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!!!

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Chandrak1907 picture Chandrak1907  Â·  4Comments

paintdog picture paintdog  Â·  7Comments

PLAYER69 picture PLAYER69  Â·  7Comments

kumaranu7 picture kumaranu7  Â·  7Comments

TyrelCB picture TyrelCB  Â·  6Comments