pmorissette / ffn

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

pandas_datareader._utils.RemoteDataError #149

Closed terrysclaw closed 3 years ago

terrysclaw commented 3 years ago

prices = ffn.get('aapl,msft', start='2010-01-01')

pandas_datareader._utils.RemoteDataError: Unable to read URL: https://finance.yahoo.com/quote/aapl/history?period1=1262289600&period2=1625342399&interval=1d&frequency=1d&filter=history

Is yahoo off?

timkpaine commented 3 years ago

Duplicate