For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

is there a corresponding date field to the TR.SETTLEMENTPRICE field?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikon
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
6.7k 8 6 7

@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

1629988827053.png


1629988827053.png (111.8 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
1 0 0 0

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea