How can I get DSPLY_NAME/UNDERLYING for futures like ESc1?

I am new to Reuters and trying to figure out how to fetch information for something like ESc1 Futures. I am using Ema Java Api to do something. I tried using samples from BatchRequest to add custom view but don't get the data.

Best Answer

  • Gurpreet
    Answer ✓

    Hi @purvesh.yadav, The field DSPLY_NAME(3): EMINI S&P DEC9 is available in the image response message for this instrument.

    If you are new to EMA API, please try basic 100 series example like MarketPrice Streaming etc, and get all the fields. The field UNDERLYING(3814) is blank and not populated.

Answers

  • Hello @purvesh.yadav

    If you would like to get only field DSPLY_NAME(3) and UNDERLYING(3814), please see the answer in the question How to filter with certain fields. If you connects to ADS(one component of TREP), only field ids can be put in the request because ADS does not support field names. If you put the field names in the request, you will get all fields.