For a deeper look into our DataScope Select SOAP 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 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
648 4 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 5.0 MiB each and 10.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 5.0 MiB each and 10.0 MiB total.

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

Click below to post an Idea Post Idea