For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted

how to get a RIC based on ISIN, Country, Market MIC and Currency

Am trying to get RIC for the particular combination as the ISIN is being traded in different markets with different currency.
Combination: ISIN, Country, Market MIC and Currency

dss-rest-apidatascope-selectdssisin
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.

@yogarajavignesh.sivagnanam

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,
AHS

Hello @yogarajavignesh.sivagnanam

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

@yogarajavignesh.sivagnanam
Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.
Thanks,
-AHS

Upvotes
Accepted
648 5 4 6

@yogarajavignesh.sivagnanam

you can use below combination and please note Market MIC is not allowed in search functionality as this is proprietary content of LSE/S&P but you can use MIC code removing prefix, that will be Refinitiv Exchange Code.

Also you can search list of Exchange Codes supported by Refinitiv by below GET method.

https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/GetExchanges

Search based on ISIN

https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/EquitySearch 

{ "SearchRequest": { "CurrencyCodes": ["USD"], "DomicileCodes": ["US"], "ExchangeCodes": ["NYS"], "AssetStatus": "Active", "IdentifierType": "Isin", "Identifier": "US4592001014", "PreferredIdentifierType": "Ric" } } 
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.

Upvotes

Can I get a list of all existing RICs associated with all ISIN?

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.

@maximiliano-hernan.ruiz, on this topic, please see this article.

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.