New posts are disabled while we improve the user experience.

You can browse the site, or for urgent issues, raise a query at MyAccount.

question

Upvotes
Accepted
8 1 0 5

Is RET: and UPDFRQ: in Eikon Excel supported in Eikon API?

Hi team,

Raising this on behalf of a client.

Client has the below Eikon Excel formula and wanted to know if it's possible to convert it to API code:

=TR("/IFMU3","TIMESTAMP;TRDPRC_1;BIDSIZE;ASKSIZE;GEN_VAL3;BID;ASK","UPDFRQ=10S CH=Fd SERIES:Y RET:1000 null=blank",B6:H5000)


import refinitiv.dataplatform.eikon as ek

ek.set_app_key('DEFAULT_CODE_BOOK_APP_KEY')

df, err = ek.get_data(

instruments = ['IFMU3'],

fields = [

'TR.SACTTimeStampLastUpdate',

'TRDPRC_1',

'BIDSIZE',

'ASKSIZE',

'GEN_VAL2',

'TR.BIDPRICE',

'TR.ASKPRICE'

],)

display(df)



Does UPDFRQ and RET have equivalent functions in API? thanks in advance!

eikoneikon-data-api#technologyhistoricalstreaming-prices
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
Accepted
87.8k 294 53 79

@HannaCP

Thank you for reaching out to us.

I tested those parameters and found that they don't work in Eikon Data API.

You can check all available fields and parameters that can be used in Eikon Data API by using Data Item Browser.

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
8 1 0 5

Thanks all!

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.