Hi, I'm new to Quantopian and python, I would like to calculate the correlation coefficient for two stock prices every 10 days, like a correlation moving average to keep track of the fluctuation in correlation between two stocks with in a given time interval. Obviously there's the correlation function already built in but that would just give me the overall correlation between two stocks. Has anybody done anything similar? Or encountered a similar problem?