PermId says No Data Found for a Quote PermID returned by Entity Search API

For some stocks the PermID returned by Entity Search doesn't seem to exist.

For example:

Looking for a quote with ric:LSE.L

https://api-eit.refinitiv.com/permid/search?q=ric%3ALSE.L&entityType=quote

returns:

{
  "result": {
    "quotes": {
      "entityType": "quotes",
      "total": 1,
      "start": 1,
      "num": 1,
      "entities": [
        {
          "@id": "https://permid.org/1-55850485015",
          "hasName": "LONDON STOCK EXCHANGE GROUP ORD",
          "assetClass": "Ordinary Shares",
          "isQuoteOfInstrumentName": "London Stock Exchange Group Ord Shs",
          "hasRIC": "LSE.L",
          "hasMic": "XLON",
          "hasExchangeTicker": "LSE",
          "isQuoteOf": "https://permid.org/1-8590928053"
        }
      ]
    }
  }

However, https://permid.org/1-55850485015 shows that no data available:

image

Same issue for:


Best Answer

Answers