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