pmorissette / ffn

ffn - a financial function library for Python
pmorissette.github.io/ffn
MIT License
1.87k stars 282 forks source link

Removing unmaintained pandas_datareader #239

Closed Gamrix closed 1 month ago

Gamrix commented 1 month ago

As noted in https://github.com/pydata/pandas-datareader/issues/977 , pandas_datareader is unmaintained for 3+ years, and many of the readers are broken. Additionally, even importing pandas_datareader is broken in Python 3.12 . Therefore it is time for ffn to remove support for using said library.

Related issue: https://github.com/pmorissette/ffn/issues/237