Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 2

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

eikoneikon-data-apirefinitiv-dataplatform-eikonworkspaceworkspace-data-api
icon clock
10 |1500

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

Hi @MarkJoseph.Canada ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

Upvotes
Accepted
10.2k 18 6 9

@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 512.0 KiB each and 1.0 MiB total.

Upvotes
1 0 0 2

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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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