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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 0 0

Add multiple RICs from the same market to the DSS template

I am using the DSS API to extract information from RIC using a termplate, in which I add the instruments using the InstrumentListAppendIdentifiers service and send this value (*) to the source field.
Now what I need is to add an ISIN and all the entries I have for the FTP/VPA market and I am not achieving it. Since if in the source field I send the market (FTP) it adds only the primary RIC.
Is there a way to include all the RICs of a market?
I have tried using the RIC search services but they all return one RIC per market.
#technologydss-rest-api
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
Upvotes
Accepted
80.1k 257 52 75

@gosantos

Thank you for reaching out to us.

I assume that you already knew how to use the Source property with an ISIN.

Identifiers": [
    {
      "Identifier": "US4592001014",
      "IdentifierType": "Isin",
      "Source": "*"
    }

It will append all RICs for that ISIN, as shown in the response.

"ValidationResult": {
        "ValidInstrumentCount": 157,
        "OpenAccessSegments": [],
        "StandardSegments": [
            {
                "Code": "E",
                "Description": "Equity",
                "Count": 157
            }
        ],

Regarding including all the RICs of a market, you may need to contact the Datascope Select support team directly via MyRefinitiv to verify if we have an instrument code that can return all RICs in the FTP/VPA market. However, I can't find the FTP or VPA market in the exchange list.


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.