Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Trying to make a simple percent change calculation

I want to check an equity's current price at 10:30am and calculate the percent change based off the equity's previous closing price. Ideally this would occur in the pipeline so I could then filter my universe based on the results. This seems like a simple thing to do, but I am struggling. Any help is appreciated.

Thanks

1 response

Cannot do it in pipeline. Pipeline runs before market opens.