Hello, I am trying to come up with a way to compute YTD stock price % returns and later on, 6,3, and 1 month returns on stock equities. I believe that you would be able to compare the returns if the start date and end date were a year apart and you compared the pipeline output from the first and last day...but this seems very computationally expensive.
I also considered having two pipelines pull up snapshots of certain days, but this feels very redundant and not a good idea...
Is there anything in Fundamentals or USEquityPricing that can let me compute this information so that I can have this all in the pipeline dataframe output?