Hi together,

I am new to Quantconnect, coming from Quantopian. My (Quantopian)Algorithm is using Quandl data, but with the given examples and discussions I am not able to use Quandl Data with Quantconnect.

So it would be very helpful, if some body could explain with code, how I can use e.g. the monthly PMI from Quandl "ISM/MAN_PMI" as an indicator for investing or not. Lets say: If PMI > 50 then invest, else not. So the main questions are: 1. How to get the monthly data properly from Quandl and 2. How to access the current value? All of that please in Python.

https://www.quandl.com/data/ISM/MAN_PMI-PMI-Composite-Index

Thank you very much in advance!

Author