Eikon Data APIs from Java

The description on Eikon Data APIs states that: The APIs are based on web-native technologies to simplify integration into almost any desktop environment. These APIs can be used with traditional programming languages like Java or .Net as well as scripting languages like Javascript. A dedicated Python extension is also supplied to provide easy integration with this language.

However, I can not find any information on how to use this from Java, .Net or JS. Where could I get any details on using this from a language other than python?

Best Answer

Answers

  • Thanks for your reply @Zhenya Kovalyov. From what I can see, the python implementation is a wrapper for http calls. Can I find anywhere the documentation for the available http api?

    Also (somehow unrelated to the original question), was streaming data implemented? I can see the python lib having a dependency on websockets, but I can't see them being used in it.

  • @daniel.comsa we are not disclosing this just yet, as the underlying protocol may change before 1.0 release of the API.

    The streaming bit was tested in alpha and removed from beta, but it looks like some artefacts still remain. It is going to be reimplemented for the the 1.0 release.

  • @Zhenya Kovalyov, thanks for taking the time to reply, much appreciated. One last question: can I subscribe anywhere to receive updates on the progress?