davidastephens / pandas-finance

High level API for access to and analysis of financial data.
Other
151 stars 18 forks source link

Fails on Yahoo API change #5

Closed gliptak closed 7 years ago

gliptak commented 7 years ago
print(pandas_finance.version)
aapl = pandas_finance.Equity('AAPL')
aapl.dividend_yield

fails with

0.1.2

RemoteDataError: Unable to read URL: http://ichart.finance.yahoo.com/x?a=0&s=AAPL&b=1&e=18&d=5&g=v&f=2017&c=2010

https://github.com/pydata/pandas-datareader/pull/331

davidastephens commented 7 years ago

Works with latest development version of pandas-datareader and pandas-finance.