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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 1 2 5

DSS Chains and Root RICs

Can I use the DSS REST API to request expansion from a chain or better still a root RIC to the constituent RICs? For example, can I submit ED (Eurodollar root RIC) to get EDZ7, EDH8, EDM8, EDU8? What if I want to do this with a chain such as 0#ED: (Eurodollar again)?

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 @mrr,

e a chain RIC, you can go:

{
                {protocol}}{
                {host}}{
                {api}}Search/HistoricalChainResolution
{
  "Request": {
    "ChainRics": [
      "0#.DJI"
    ],
    "Range": {
      "Start": "1990-01-01T00:00:00.000Z",
      "End": "2018-01-01T00:00:00.000Z"
    }
  }
}
  

However, I ED is not a valid chain RIC for Eurodollar. Please search up RICs using

RIC Search Tool


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