ryan-neal / Warren-Buffett

Other
1 stars 0 forks source link

Yahoo Daily Deprecation in Pandas Datareader #24

Open ck25 opened 6 years ago

ck25 commented 6 years ago

When I try to run src/data/load_reports.py I get this error:

pandas_datareader.exceptions.ImmediateDeprecationError:
Yahoo Daily 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.

This prevents the stock data from being loaded into the db

ck25 commented 6 years ago

Relevant issue on pandas-datareader https://github.com/pydata/pandas-datareader/issues/454