Assume I want to screen for both low volatility and low PE versus history stocks. My universe is the top 500 by liquidity.

To calculate historical volatility, I would need the prices / my self.History call to be split & div adjusted.

But to calculate historical PE - e.g., a stock's current PE versus its average over the last n days - I would need Raw prices to compare to raw EPS figures. I know that QC fundamentals have a PERatio field, but this is not updated for daily price moves. I am looking to create this series.

Is there a way to make two history requests for said 500 stocks in the algo - one for raw, and one for adjusted prices? Thanks