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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 3 2 7

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

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hello @mrr,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 20

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