Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Using historical fundamental data

I want to filter for companies based on data changes over the last 5 years. For example, I'd like to see positive Dividend growth for 3 years. I know I can use the following to see the latest data:

divgrowth_today = Fundamentals.dps_growth.latest  

How do I look at this data for 1, 2 or 3 years ago?

Many thanks!