quantopian / empyrical

Common financial risk and performance metrics. Used by zipline and pyfolio.
https://quantopian.github.io/empyrical
Apache License 2.0
1.28k stars 399 forks source link

fix: Correct get_symbol_returns_from_yahoo #88

Closed jaycode closed 6 years ago

jaycode commented 6 years ago

This small update should correct the following issues:

https://github.com/quantopian/pyfolio/issues/435 https://github.com/pydata/pandas-datareader/issues/487

twiecki commented 6 years ago

Thanks @jaycode!