Hi, I was trying to retrieve prices with Eikon API but I can not sort by date asc neither can I see

Hi, I was trying to retrieve prices with Eikon API but I can not sort by date asc neither can I see the date in the output. Can you please help me? My query is
df = ek.get_data(["GOOG.O", ".STOXX50E"],
['TR.CLOSEPRICE'],
{'SDate': '1D', 'EDate': '-121AM', 'RH':'date', 'FRQ': 'D', 'Sort':'A', 'FILL':'PREVIOUS'})

Answers