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

Contribute in Python?

Hi,

Is it / will it become possible to contribute data via python in the same way that one does it with RtContribute in excel?

Thanks,

Daniel

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apiapicontributions
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
13.7k 26 8 12

@daniel.helal,

Sorry, that link was to a closed discussion. I copied below the answer by Alex Putkov. from that discussion:

"To the best of my knowledge the only comprehensive contributions solution available in Eikon is RtContribute worksheet function in Eikon Excel.

The only API available in Eikon that currently provides contributions capability is AdxRtContribute object of legacy Eikon COM APIs. This object only provides contributions through TREP. In other words it cannot be used with Hosted or Refinitiv Managed Eikon accounts. It's possible to use AdxRtContribute object in Python, albeit only in 32-bit one. However this is rather cumbersome and it only works if the client has contributions infra setup on their TREP. Here's the link to an article describing how to use AdfinX Analytics COM library in Python. The same technique can be utilized to use AdxRtContribute object of AdfinX Real-Time library of Eikon COM APIs."

Additional comment:

"From a technical perspective =RtContribute worksheet function in Eikon Excel and AdxRtContribute COM object of Eikon COM APIs are two distinct things with overlapping but not identical capabilities."

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.

Thanks, that was exactly what I was looking for.

Upvotes
1 2 2 2

Hi @zoya.farberov,

Is there any non TREP user example for the Python contribution? with or without TRCC?

Thanks,

Pedro Alexandre.

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
32.2k 40 11 20

Hi @Pedro.Alexandre1,

No. Because TRCC contribution is posted via propitiatory encrypted tunnel. See this article and diagram.

That can be provided by TREP, or Elektron SDKs (Java and C/C++) also have this capability.

---

It's better to post a new question as a separate new question, and refer to the relevant answered question via link, rather then adding it as answer, because new answers on answered questions with accepted answers tend to be overlooked by the community.

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.