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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvote
Accepted
16 1 1 4

Is there JAVA examples to look up a RIC by CUSIP, ISIN or SEDOL?

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

This question does not need to be private, it is informative to all market data developers, for example this question.

@maurice.chi.

Hi. Thank you for your participation in the forum.

Are any of the replies 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.

Else please post again offering further insight into your question

Thanks

Upvotes
Accepted
582 9 15 23

Attached is a working example that searches by CUSIP,and search by ISIN; modified from the DSS2SearchByRICClient example (part of the package, download link suggested by Rick).


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.

These 2 samples were added to the Java code sample package today (available under the downloads tab). Note: they deliver multiple results (all possible RICs).

Upvotes
1.1k 5 3 5
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.

Upvote
13.7k 26 8 12

Attached is a working example that converts 3 instrument codes (an Isin, a Sedol and a Cusip) to a RIC. For each input instrument it returns only 1 result, the primary 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.

This sample was added to the Java code sample package today (available under the downloads tab).

Upvotes
1.2k 23 31 44

An alternative paradigm is to use a TREP based symbology provider so that existing API users would simply call a new RIC for conversion. Additionally one could install ATS that could then provide transparent access to the Elektron content using the alternative symbology multiverse. Such a service would still need to be sourced from DataScope Select (DSS) or Tick History (TRTH) with an "Exchange By Day" (EBD) subscription.

Note in the not too distant future Elektron clients will be able to access such a featured service through the new REFERENCE domain.

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.