Lagged Return Autocorrelation - Quant Researcher Interview Question
Difficulty: Easy
Category: data_manipulation
Practice quant interview questions from top firms including Jane Street, Citadel, Two Sigma, DE Shaw, and other leading quantitative finance companies.
Topics: statistics, time_series, correlation, pandas
Problem Description
Analyzing the serial correlation of asset returns is fundamental for identifying market trends, mean reversion signals, and testing market efficiency. When returns exhibit significant autocorrelation, past performance may provide predictive power for future price movements, potentially violating the weak form of the Efficient Market Hypothesis.
Task
Write a function solution(prices) that calculates the lag-1 autocorrelation of simple returns for a given series of asset prices. The function must
Practice this easy researcher interview question on MyntBit - the all-in-one quant learning platform with 200+ quant interview questions for Jane Street, Citadel, Two Sigma, and other top quantitative finance firms.