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
18 3 5 5

Try to get the face value of a futures contract but fail

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
fv-table.png (47.0 KiB)
fv-code.png (8.0 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.

1 Answer

· Write an Answer
Upvote
Accepted
4.3k 2 4 5

The right format if you want to specify params for each field is :

fields = ['CONTR_MNTH(CH=Fd RH=IN)',
'CF_NETCHNG(CH=Fd RH=IN)',
'CF_ASK(CH=Fd RH=IN)',
'CF_BID(CH=Fd RH=IN)',
'SETTLE(CH=Fd RH=IN)',
'HST_VOL(CH=Fd RH=IN)',
'CF_VOLUME(CH=Fd RH=IN)',
'OPINT_1(CH=Fd RH=IN)',
'EXPIR_DATE(CH=Fd RH=IN)',
'ACVOL(CH=Fd RH=IN)',
'GEN_VAL1(CH=Fd RH=IN)',
'GEN_VAL2(CH=Fd RH=IN)',
'GEN_VAL3(CH=Fd RH=IN)',
'GEN_VAL4(CH=Fd RH=IN)',
'LOT_SIZE_A(CH=Fd RH=IN)']
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.