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

Synchronous data requests

What is the Eikon equivalent of old Datastream’s “Call StartProcessingRT” that allowed me to explicitly fetch data from Datastream and when execution moved to the next line of code, I could know for sure that all data has been fetched.

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

Which API are you using?

1 Answer

· Write an Answer
Upvotes
Accepted
80k 257 52 75

Please let us know the name of API you are using.

If it is COM APIs for use in Microsoft Office, this API supports asynchronous data request. The application needs to define callback functions to retrieve the data. For more information, please refer to Tutorial 2 - Real-time Data Retrieval - AdxRtList.

As I know, most APIs which supports real-time data are asynchronous.

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.