question

Upvotes
1 0 0 0

Why the result are different between the excel function @TR and the EndPoint symbology/v1/lookup

Capture.JPGWhy does the Excel function "=@TR("NL0000000107";"TR.RIC";"Null=Blank")"
returns the RIC =.AEX

AND 

The EndPoint API Playground returns nothing when I run this URL?

https://api.refinitiv.com/discovery/symbology/v1/lookup

with body content:
{
  "from": [
    {
      "identifyTypes": [
        “ISIN”
      ],
      "values": [
        “NL0000000107”
      ]
    }
  ],
  "to": [
    {
      "identifyTypes": [
        “RIC”
      ]
    }
  ],
  "type": "auto"
}
#product#contentapi-playground
capture.jpg (103.7 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

The body cotent like this


{

"from": [

{

"identifierTypes": [

"ISIN"

],

"values": [

"NL0000000107"

]

}

],

"to": [

{

"objectTypes": [

"organization"

],

"identifierTypes": [

"PermID"

]

}

],

"reference": [

"name",

"status",

"classification"

],

"type": "auto"

}

1 Answer

· Write an Answer
Upvotes
1 0 0 0
moreover when I search with the Endpoint Search with a filter I find the recording

https://api.refinitiv.com/discovery/searchlight/v1/

{

"View": "SearchAllLight",

"Filter": "ISIN eq 'NL0000000107'",

"Select": "_debugalllight",

"Top": 1

}

Capture.JPG


WHY THE ENPOINT

  1. https://api.refinitiv.com/discovery/symbology/v1/lookup return NOTHING ??????????

capture.jpg (93.4 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.