For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 1 3

How to generate thomson reuters API keys I need c# code?

I am working on Thomson Reuters API integration for website. I have also referred document and have done some R&D.


Can anybody please provide code to generate Key-1, Key-2, Key-3 and Key-4.
I am using C#(DotNet).
Sample code or link would be appreciated.

treprdp-apiwebsocketsrrtoc#app-keykey
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.

Hi @promispatel

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

Hello @promispatel

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such. Thanks, AHS

Upvotes
Accepted
17.2k 82 39 63

Hi @promispatel,

There is nothing inherently proprietary with the WebSocket API. The capability uses open standards for communicating (HTML5 WebSockets) and message exchange (JSON). I'm not entirely clear on what you are trying to do but key generation is not a WebSocket API-specific requirement.

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

If you check the contexthelper.cs you can see and understand the complete authentication process to get a token (key?) . You only need your accountId and password

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.