I am able to retrieve the snap price using the function below but it doesn't tell me the "as of date and timestamp " of the snap price. How can i retrieve this information?
response = await asyncio.gather(*[historical_pricing.events.Definition(universe=row['iv_idx'], fields=["TRDPRC_1"],start=row['datetimeSentGMT_str'], count = 1).get_data_async(closure = str(idx)) for idx, row in df.iterrows()])