Resampling from daily to monthly frequency

To reduce training time and experiment with strategies for longer time horizons, we convert the business-daily data to month-end frequency using the available adjusted close price:

monthly_prices = prices.resample('M').last()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset