Hey Dan,
Thanks for letting me know! I was confused because of all the posts that read as tutorials like this one "Quantopian Tutorial: Lesson 3 - Basic Fundamentals..." and they all contain a link at the top that says:
2/16/2016 This tutorial is out-dated, please view the new versions
here: https://www.quantopian.com/posts/quantopian-tutorials
So then when I follow the link, I was confused not being able to find the updated tutorials!
Regarding the Docs, I'm trying to figure out how to use fundamental data from morningstar in a Pipeline filter. Looking at the pipeline docs for importing datasets, it looks like I should be able to do this. In fact, it says the following
Example algorithms and notebooks for working with each of these
datasets can be found on the Quantopian Data page.
However, the Quantopian Data page doesn't have any sample algorithms using morningstar fundamental data!
Then I tried my hand at the other section on Fundamental Data. However, not only does that part of the docs contain an update_universe
call, that I thought was deprecated in Quantopian 24. But more frustratingly, when I try typing in the exact code used in the example, the IDE auto-complete tells me there is no such method like fundamentals.valuation_ratios.pe_ratio
!
So that's the extent of my travels today. If you have an example handy of the appropriate way to use morningstar fundamental data as a pipeline filter, please share it :)... And I guess, is there a post explaining when the appropriate time to use a Pipeline vs get_fundamentals
?
OH, One last thing am I suppose to be able to add slots to context
object at any time? I have had differing success with that today too where occasionally the IDE makes me declare the slot in initialize in order to be able to use it elsewhere- but I've run example code where that definitely does not happen.
Sorry for the long post! I really appreciate any tips!