I have monthly S&P index 500 returns data from Dec 2007 to jan 2018. I get the monthly returns for the period Jan 2008 to Dec 2017 by using the closing price on each month. i.e. (Closing price(t)-closing price(t-1))/closing price(t-1) *100.
But other variables in regressions are quarterly data from 2008-01-01 to 2017-04-01. Whats the correct way to convert these monthly stock returns to quarterly returns...?
Please advise.