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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
6 4 2 7

AllInstrumentSearch and "ranking" the results

I'm using the AllInstrumentSearchRequest to obtain RIC's starting from ISIN's. Question for my functional collegue is, since the request returns many RICs ( ie, FCA has, on same market, more than one RIC, one for the after hour and one for the regular exchange ) but, of course, the one on the regular exchange has more financial importance, is it possible to have the the search ordered with such a criteria?

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

1 Answer

· Write an Answer
Upvote
Accepted
13.7k 26 8 12

The InstrumentSearch call will deliver all RICs. You can filter by Instrument Type Groups, that is all. The other API search calls are for specific asset classes, they have various filtering capabilities that depend on the asset class.

To retrieve only the primary RIC for an ISIN, use a TermsAndConditionsExtractionRequest request. This call is described in the REST API Tutorial 7. If you want to test it in Postman you can download the collection from the downloads tab.

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.