If I made the below get data request the output returns the expected index values but is missing the dates at which these index values are calculated.
get_data( instruments = ["REL.AS","ABNd.AS","ADYEN.AS","AEGN.AS","AD.AS","AKZO.AS","MT.AS","ASMI.AS","ASML.AS","ASRNL.AS","DSMN.AS","GLPG.AS","HEIN.AS","IMCD.AS","INGA.AS","TKWY.AS","KPN.AS","NN.AS","PHG.AS","PRX.AS","RAND.AS","RDSa.AS","URW.AS","UNA.AS","WLSNc.AS"] , fields = ["GRWAVG(TR.CompanyMarketCap,TR.PriceClose,universe=univ,Curn=EUR,Sdate="2020-09-01",edate="2020-09-30",frq=WD)"] , debug = False, raw_output = True )
Any idea how to change this request so that I get also the resulting dates for this request.