I have a list of securities (ISIN + MIC + Currency which allows to uniquely identify them) for which I am looking to obtain the matching RIC using datascope select.
For example:
- US88160R1014, XNAS, USD
- US0378331005, XNAS, USD
- US6516391066, XNYS, USD
I scoured the different questions on the Q&A portal but none provides a concrete answer. Is there a straight-forward way to achieve this?
p.s. I can think of work-arounds (e.g. get all securities listed under a given MIC, match vs. the ISIN etc.) but this would entail numerous API calls (therefore sub-optimal)