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

Dear Quantopian,
I was wondering if I can use the get_fundamentals function without the API pipeline (since to start I want to just print an overview of the available data)
If I use this function:
data2= get_fundamentals (query= 'growth_grade', range_specifier='d', base_date='2012-1-1', filter_ordered_nulls= 'True'
I get this error: AttributeError: 'str' object has no attribute 'limit' or I get that the time range is incorrect with some modifications, but I dont see what wrong with the rangespecifier I use here.
Kind regards,
Walt Schagen

1 response

Note for anyone else running into this post:

get_fundamentals was deprecated in favor of using pipelines and Morningstar. See this link for more info on using pipelines with Morningstar.