Hi -
I am trying to pull in Quandl data in the jupyter notebooks inside research lab. I have these 2 lines from my trading algorithm:
self.sp_earnings_yield = 'MULTPL/SP500_EARNINGS_YIELD_MONTH'
self.AddData(QuandlValue, self.sp_earnings_yield, Resolution.Daily)
However, there is no AddData() function available in Jupyter. How can I import Quandl datasets with a helper function like this in the research lab?
Thanks,
Evan La Riviere
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!