How can I integrate Reuters electron service with a C# console application to fetch the latest curre

How can I integrate Reuters electron service with a C# console application to fetch the latest currency rates?

Best Answer

  • Hi @sudith.divakaran,

    The Family of Elektron APIs are comprised of the compiled implementations (Java, C++) and a third choice to use the WebSocket API which will allow you to integrate with any language. You can use the WebSocket service which provides examples in a number of programming languages, one of which is C#.

    Hope this helps.