Hello,
I've been working through a backtesting strategy that is driven primarily by company fundamentals. Is there a way to select a set of companies based upon how fundamental data has changed on a YoY basis? For example, select companies whose EPS have grown X% YoY or Revenue that has grown QoQ?
I've played with the get_fundamentals function, but it appears to only be the current time bar in the backtest. (Ex: EPS data as of the current time bar)
Thanks for any help!