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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
401 15 18 33

Can you request multiple securities in one go?

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

Upvote
Accepted
791 9 7 14

Yes can add an array of InstrumentIdentifier objects to your Instrument List.

eg, var result2 = extractionsContext.InstrumentListOperations.AppendIdentifiers(instrumentList, array_stage, false)

Then schedule an extraction using this list. This will allow up to 75,000 instruments to be extracted. Any more and you will need to do multiple extractions within a loop

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