PythonDataScienceHandbook
PythonDataScienceHandbook copied to clipboard
03.11 pandas_datareader: Google finance is depreceated
Hi all,
Google as a source for financial data has been depreceated in pandas-datareader (version 0.7.0), this might be related to #94.
ImmediateDeprecationError: 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.
Using yahoo
as an alternative source seems to work fine.
Also related: https://github.com/jakevdp/PythonDataScienceHandbook/issues/125#issuecomment-534872907