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
3 0 0 2

Eikon Extension or Plugin Support

I am exploring the feasibility of developing an application that will focus on extracting keyword/topic defined News headlines from the Eikon desktop.

My development resource has posed the following questions:

What mechanisms exists in Eikon desktop, to write extensions or plugins that either adds HTML, CSS and JavaScript to the browser view used by the desktop client when presenting news headlines?

Is there another mechanism to write a separate service or app, that can communicate with Eikon desktop and extract content using an SDK? What programming languages can be used for such plugins or for software that communicates with the Eikon desktop client?

Thanks in advance.

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.

Upvotes
Accepted
39.4k 77 11 27

@chris179
If I understand your question correctly, all you're looking to do is retrieve news from Eikon into your own application, right? In this case Eikon Data APIs provide this capability. See the following tutorial for details.
https://developers.thomsonreuters.com/eikon-apis/eikon-data-apis/learning?content=15351&type=learning_material_item

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
4.6k 26 7 22

Hi @chris179, there is no way to inject your code to be executed in the native applications. What you describe is theoretically possible with either the Side-by-side API (out-of-process Eikon interop) or App Studio (in-process Eikon interop, basically, lets you create your own app running inside Eikon), however, in both cases the News App must support emitting its expression in a context change message, which it currently does not.

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
3 0 0 2

Thanks you both for your responses.

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.