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

How to get fundamental data in the IDE for the last n days?

1 response

What are you trying to do? In Notebook, you can always query it using df = run_pipeline(pipe, '2019-10-05', '2019-10-05'). In the backtest, Fundamental data usually doesn't change every day.