ppeloton

Results 4 comments of ppeloton

First of all thank you @mliebelt for this wonderful package and all your work. I have tried to contribute by implementing a guess-the-move mode. I am happy to hear any...

Raised https://github.com/ranaroussi/yfinance/pull/1169 request to fix issue

The issue seems to be that only a parameter value for "end" is given, but not for "start", i.e. the following code would work: `df_yf = y_data.history(period="5y", end=end_date, start =...

Good point. I guess your PR solves the issue.