How to get data like "EJV..." Fileds?

I can get data

=RData("JP03420067=","MATUR_DATE","RTFEED:IDN")

with using Eikon App Studio API.

but I can not get data

=RData("JP03420067=","EJV.C.MaturityDate",)

How do I get data like "EJV..." Fields data?

Thank you

Best Answer

  • @SAKAMOTO unfortunately this is not possible, unless you are using the HTML5 App Studio API. Alternatively, you can have a look at one of the COM APIs that is called DEX2. It allows requesting the reference data fields, such as EJV.C.MaturityDate. The tutorial for DEX2 can be found here.

Answers