For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
@MarkJoseph.Canada try this:
df,err = ek.get_data('ESc1',['TR.SettlementPrice.date','TR.SettlementPrice'],{'SDate':'2020-01-01','EDate':'2021-01-01','Frq':'D'}) df
is there a corresponding date field to the TR.SETTLEMENTPRICE field? I am trying to get the historical settlement prices and dates using the Eikon Python API. I am aware there are the SETTLE and SETTLEDATE fields but they only give me the last values, not the historical ones