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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
401 21 25 35

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 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
791 11 16 19

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 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.