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
13 2 1 2

How can I get quote data like "LCCc1 QUOTE" using EIKON DATA API?

Can i using EIKON DATA API to get LCCc1 quote datas from this form? if yes,how to do it?

eikoneikon-data-apipythonrefinitiv-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.

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

@351166279
If I understand the question correctly, what you'd like to know is whether it's possible to retrieve the entire real-time data record image without knowing the field names, right? If this is what you're asking, I don't believe it's possible. You must specify the fields you want to retrieve in get_data method, e.g. ek.get_data(['LCCc1'],['TRDPRC_1', 'BID', 'ASK', 'ACTIV_DATE', 'TIMACT'])

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.