Hello, We are using EMA java API to get market price for equities and Option Chains for equity put/call options. Can someone please help me how to generate options symbols for a given ticker and how to request for Options Chain using EMA java API? Thanks in advance for any help in this regard.
To be clear on my request, we are using EMA Java API to connect to TREP server.
Hello @Sreedhar.Kankanala
Please be informed that you can find the EMA API with Chain data resources in the following articles:
In order to retrieve data from EMA Java API, you need to know RICs. Therefore, to obtain option chain RICs, you need to contact the content support team via my.refinitiv.com for RICs or rules used to construct option chains.
After getting RICs, you can use them with EMA Java API.
Thanks @jirapongse.phuriphanvichai and @Wasin Waeosri for your reply. In case of chains do we need to first get the chain constituents and then call TREP interface again to get the market price for each constituent again?
After you make the first subscription to retrieve chain constituents.
Then I suggest you read this article to make a Batch/View subscription with the list of RIC you have.