Hi together,

I would like to use this data from quandl:  

self.PMI_data = self.AddData(QuandlPMICompositeIndex, "ISM/MAN_PMI", Resolution.Daily) 

but I have to shift the data to the next month or 30 days forward, because of availability.

Ho can I do that?

class QuandlPMICompositeIndex(PythonQuandl):
    def __init__(self):
        self.ValueColumnName = "PMI"

 

Thanks for your help :-)