question

Upvotes
Accepted
1.9k 7 10 16

Is there any API that provides EJV fields?

It seems like these fields below can be retrieved via Eikon Excel RData() function.

EJV.C.PREFERREDRIC
EJV.C.ACCRUALDATE
EJV.C.Description
EJV.C.INDUSTRYSECTORDESCRIPTION
EJV.X.YLDMTHD
EJV.C.FIRSTCOUPONDATE

I'm wondering if I can get these fields data via API calls?

If so, is it available in Java language?

Does it work based on Web Services or SFTP or Socket connection?

Thanks!

eikoneikon-data-apieikon-com-apiexcelfields
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.

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

Hi @Nipat Kunvutipongsak,

You can retrieve these Eikon v3 style fields or equivalent Eikon v4 style fields (TR.PreferredRIC; TR.FiAccrualDate; TR.FiDescription; TR.FiIndustrySectorDescription; TR.YLDMTHD; TR.FiFirstCouponDate) using DEX2 COM library. You can find examples in the Eikon COM APIs section on this portal. What determines whether DEX2 library retrieves Eikon v3 or Eikon v4 style fields is the initialization procedure. For details see the following document on Customer Zone and/or the tutorial on this portal:

http://customers.reuters.com/a/support/paz/pazDocs.aspx?dId=556128

https://developers.thomsonreuters.com/eikon-apis/com-apis-use-microsoft-office/learning?content=3559&type=learning_material_item

Although not officially supported, DEX2 library can be used in Java. But you'd have to build a bridge between Java and COM using JNI.
The underlying data retrieval mechanism is Web services, which are not exposed directly. They are only accessible through this COM library.

I hope this helps.

Alex Putkov

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.