Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
What am I missing?
fundamentals = init_fundamentals()  

gives me an error- The init_fundamentals method has been removed. To use fundamental data in your notebooks and algorithms, use Pipeline.
See: https://www.quantopian.com/help#fundamental-data

Unable to figure out the new function for this, please help

2 responses

Hi Rohit,

Have a look at the Pipeline Lesson maybe, and also the Pipeline API documentation.

Most algo templates use Pipeline nowadays, which may also help?

I am also facing the same issue.Can anyone please share the code.I am a fresher to Python and Quants.

Help will be highly appreciated :)