Hi team,
I am looking into understand the Symbology API under Refinitv Data Platform - https://api.refinitiv.com/discovery/symbology/v1/lookup
I am using the below query to request a RIC for a specific exchange using ExchangeTicker:
{ "from": [ { "identifierTypes": [ "ExchangeTicker" ], "values": [ "IBM" ] } ], "to": [ { "identifierTypes": [ "RIC" ] } ], "type": "auto" }
The response for this above queries is all the RICs where IBM is present in the RIC, but what if we want just the specific RIC like IBM.N (for NYS) IBM.L (for London Stock) etc?. How do I add that MIC or exchange to the request above to obtain such result?