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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvote
Accepted
16 3 5 7

DSS REST API - Instrument List Cross IDs

Client: Query and details:


I’m working as a developer for an asset management firm. I’m task to develop java API which can communicate with the DSS Rest API. I’m currently using Equity Search end point and Extract end point to get the information required. Unfortunately extract end point take around 18 seconds to get the information I need. Hopefully you would be able to point me on to right direction. My requirement is to search security by ISIN and exchange and return security name ,Ticker, SEDOL ,RIC , ISIN , exchange and security type. I’m currently constructing json packets based on the sample provided in sample.

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

@constantin.vulpescu

To help build the community, could you suggest to this customer to use TRPDC ? That way he will have direct access to the sample code, tutorials, documentation, and will also be able to post queries himself.

@constantin.vulpescu

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

Upvote
Accepted
1.1k 5 3 5

Instrument Lists are for when the instruments do not need to be fluid, that is, different on every extraction. And there are 2 additional aspects of Instrument Lists that are possible directly with the REST API: by calling Validate and the passing the validated results to each request (as opposed to identifiers):

  • Instrument Lists can be re-used across different report templates.
  • Instruments Lists are pre-validated.

But then also note, because of the above, they can drift out of scope as the instrument universe changes, especially for things like a T-Bill issuance, and so periodic re-validation may be required.

If the instruments change significantly from extraction to extraction, then making them into an Instrument List beforehand will not help (it is basically what the On Demand extractions do under the covers). But you could manage your own collection of validated instruments (which too would need to "account for universe drift") and send in the validated instruments of interest on each request.

If the list is mostly static with only a few small edits between extractions, then using an Instrument List will help.

This is also true of the report template and even Schedule if a regular schedule is usable for the client’s purpose. For instance, if the need were "once-a-day pricing on a fixed list of instruments at 18:00 UTC each workday", then a reoccurring schedule referencing a saved Report Template and Instrument List will get those files generated the closet to 18:00 physically possible each day, then one would just use the API to come some-time-after-that and pick up the files.

There is no right answer, Datascope Select and the Datascope Select API have been designed to allow a wide variety of use cases to serve a very wide audience.

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
1.2k 23 31 44

Both SOAP and REST for DSS are not particularly timely APIs. If you want lower latency queries I would recommend weekly downloads of instrument lists say by market venue id and relaying this cached snapshot as a micro-service.

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.