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.

Upvotes
Accepted
17k 80 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.