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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
5 1 1 0

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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
23k 22 9 14

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea