quantopian / alphalens

Performance analysis of predictive (alpha) stock factors
http://quantopian.github.io/alphalens
Apache License 2.0
3.26k stars 1.13k forks source link

Example notebooks use deprecated yahoo API #279

Closed TimShawver closed 6 years ago

TimShawver commented 6 years ago

I get the following error when attempting to pull data from yahoo via pandas datareader:

screen shot 2018-02-21 at 10 55 34 pm

Looks like I have the same problem in the qgrid demo notebook.

luca-s commented 6 years ago

Thank you for reporting the issue @TimShawver. Yahoo data has been giving problems for quite some time. I recently fixed the example NBs (after release v0.2.1) and now they are broken again. I won't chase Yahoo anymore, not until their API stabilize. Maybe it's time to build examples on other data source. Would you like to provide a PR?

TimShawver commented 6 years ago

Yea sounds like we'll need to use another data source. I won't have time to work on this unfortunately, just wanted to make sure you were aware of the issue. Last time I checked the Yahoo API was working at least intermittently, so it was news to me that it had stopped working entirely.

luca-s commented 6 years ago

Indeed I wasn't aware of the new API breakage, thanks for reporting this.

luca-s commented 6 years ago

Closed by #285