Hi Guys,
Complete newbie so apologies if this has been asked before.
I've seen several posts and API documentation which imply that the Quantopian API only ever delivers fundamental data which is the last quarter of publicly available data at the point in time in the backtest. There are also some posts of more than a few months ago which hint that this is something that is being worked on.
Am I right in thinking that the only way I could get fundamental data on a TTM basis is if I kept track of the TTM calculation in my own data structure and populated it as the backtest ran forward (i.e. would need at least 12 months of warm-up), or is there a better way of doing this today through an API query (specifically Quantopian and Pipeline API - haven't looked at Research yet)?
Thanks in advance,
Stephan