Question on behalf of a client: how to add the dates (as index) to the output of the following code?
start_date = str(20170801)
end_date = str(20170901)
data, err = eikon.get_data("ACCG.AS", ["TR.PriceTargetMean", "TR.PEG"], parameters= {"SDate":start_date, "EDate":end_date})
Thank you so much in advance for your help!