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

Hello,

I'm trying to build a strategy which uses multiple linear regression, and I'm looking for a way to get historical windows on fundamental data. something like data.history.

Is there a way to get windowed output from pipeline? or fundamental data from data.history?