ranaroussi / quantstats

Portfolio analytics for quants, written in Python
Apache License 2.0
4.91k stars 851 forks source link

to_prices missing first price #201

Open galarosa opened 2 years ago

galarosa commented 2 years ago

to_prices function return a Series of prices based on a Series of returns, but the returned Series miss the first price equal of the base parameter. Sent pull request #210