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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
15 2 1 7

Extracting fields from 2 or more reports in DSS using API

Hello, I have 16 K list of RICs that i need to pull data for a month from 3 DSS templates. Can you tell me how I can do this via REST API (postman code)


Field

DSS Template

Bid

Elektron Timeseries

Ask

Elektron Timeseries

Universal Ask Price

Composite

Universal Bid Price

Composite

Universal Close Price

Composite

Close Price

Composite

Trade Price 1

Elektron EOD Pricing

#technologydss-rest-apidatascope-selectapipostman
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
Accepted
83.1k 281 53 77

@darshpatel

You need to send three separated requests; one for each template.

Each request contains the instrument list.

Otherwise, you can create an instrument list on DSS server and then use that identifer list in each request. For example:

  "IdentifierList": {
            "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentListIdentifierList",
            "InstrumentListId": "0x08832f57fe98dc3f"
        },

0x08832f57fe98dc3f is my instrumnet list Id avaialble on the DSS server. This list contains five instruments.

1716797151370.png

You can use the DSS Web GUI or DSS REST API to create instrument lists.

1716797024072.png



1716797151370.png (35.1 KiB)
1716797024072.png (11.5 KiB)
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
83.1k 281 53 77

@darshpatel

Thank you for reaching out to us.

It could be on-demand extractions.

Please check the LSEG Tick History and LSEG Datascope Select REST APIs tutorials at:

You can also download Postman examples on the download pages:

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.

hi @Jirapongse , i am a user of API via postman, in this query i seek a way to query output for same set of RICs over 3 templates. Is that possible? if yes can i have a sample code?


thank you! @Jirapongse

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.