Lumiwealth / quantstats_lumi

Apache License 2.0
83 stars 27 forks source link

Issues with strategy monthly returns #28

Open manucob13 opened 5 months ago

manucob13 commented 5 months ago

Hi there

I just starting using the library ( coming from quanstats). Here is my code

import quantstats_lumi as qs qs.extend_pandas() stock = qs.utils.download_returns('META') qs.reports.html(stock)

Everything looks good, but on the monthly returns I just can see the first two rows and not information on the rest of the years:

Screen Shot 2024-04-21 at 6 53 55 pm