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

Where can I find the list for the fundamental data from quantopian pipeline not the factset


from quantopian.pipeline.data import Fundamentals

ROE=Fundamentals.roe.latest  
pipe.add(ROE,'ROE')  
2 responses