Hi,
I am trying to build a screener which involves getting Fundamental data up until today.
My pipeline looks like this:
pipeline_output = run_pipeline(make_pipeline(), '2018-11-02', '2019-11-02')
However, I get the following error:
Attempted use of quantopian.pipeline.data.factset.Fundamentals is not allowed because:
- Data is available up to 2018-11-02, but was requested up to 2019-11-04.
Is it really not possible to get data after November 2018? If so, how do I go about building screeners that are based on the latest data?
I don't even mind if the data is even a month old, but if it goes as far back as November, 2018, that's a little bit too old for me.