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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
5 1 1 1

How to extract instruments from instrument list using REST API endpoint mentioned here API tree (https://hosted.datascopeapi.reuters.com/RestApi.Help/Context/Operation?ctx=Extractions&ent=InstrumentListItem&opn=GetAll)

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

Hello @xds-support

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

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 20

Hello @xds-support,

To extract all instruments from InstrumentList by list name, please use the two-step approach described in detail in this thread.

Does it work for you, do you run into an issue?

Alternatively, you can obtain the listId via itemId:

{
                {protocol}}{
                {host}}{
                {api}}Extractions/InstrumentListItems('itemId')/InstrumentList 

and then do the same step two as discussed in thread

{
                {protocol}}{
                {host}}{
                {api}}Extractions/InstrumentLists('{
                {listId}}')/ThomsonReuters.Dss.Api.Extractions.InstrumentListGetAllInstruments 

Is this what you are looking to do?

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.