We are unable to receive a RIC for the following security listed on ETLX using the real time API?

We are unable to receive a RIC for the following security listed on ETLX using the real time API. The ID of the security in question is: XS2636745882. I can see that this security is listed on the ric search section of your website with the following RIC for Euro TLX: XS2636745882=TX. However, when we try to look this security up using the API (https://api.refinitiv.com/discovery/symbology/v1/lookup) we receive a blank message





{

"data": [

{

"input": [

{

"value": "XS2636745882",

"identifierType": "Isin"

},

{

"value": "ETLX",


"identifierType": "Mic"

}

],

"output": []

}

],

"requestId": "eb906530-ee65-41a1-85de-50443119d8e5",


"effectiveAt": "2023-06-27T11:14:56.765Z",

"messages": []

}




Best Answer

  • Jirapongse
    Answer ✓

    @LanceGabriel.Villacrusis

    Thank you for reaching out to us.

    I used the Symbology endpoint to convert XS2636745882 to RICs.

    {
      "from": [
        {
          "identifierTypes": [
            "ISIN"
          ],
          "values": [
            "XS2636745882"
          ]
        }
      ],
      "to": [
        {
          "identifierTypes": [
            "RIC"
          ]
        }
      ],
      "reference": [
        "name",
        "status",
        "classification"
      ],
      "filter": {
        "status": "active"
      },
      "type": "auto"
    }

    The output doesn't contain "XS2636745882=TX". Please contact the Symbology - Refinitiv Data Platform support team directly via MyRefinitv to verify the content and request message.

    However, I can use the /discovery/search/v1/ endpoint to find this RIC XS2636745882=TX.

    {
      "View": "FixedIncomeQuotes",
      "Filter": "IssueISIN eq 'XS2636745882' and ExchangeCode eq 'ETX'",
      "Select": "RIC,BusinessEntity,DocumentTitle,Mic,ExchangeCode,ISIN,ISINHistory,IssueISIN"
    }

    1687924680229.png