Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • DSS /
avatar image
Question by bilou_12 · Jan 27, 2020 at 12:54 PM · dssisinsedolcusiptranscodification

Get the Isin, Sedol or Cusip from a Ric with DSS APi

Hi

I am trying to get the Isin, Sedol or Cusip from a Ric with the DSS API but the result is empty:


The query is:

{
  "ExtractionRequest": {
    "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest",
    "ContentFieldNames": [ 
      "RIC", "ISIN", "Currency Code", "Exchange Code", "Exchange Code List", "SEDOL", "CUSIP"
    ],
    "IdentifierList": {
      "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
      "InstrumentIdentifiers": [
        { "Identifier": "AAPL.OQ", "IdentifierType": "Ric" }
      ],
      "ValidationOptions": {
        "AllowHistoricalInstruments": true,
        "AllowInactiveInstruments": true,
        "AllowOpenAccessInstruments": true
      },
      "UseUserPreferencesForValidationOptions": false
    }
  }
}


The response is:

{
    "@odata.context": "https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.ExtractionResult",
    "Contents": [
        {
            "IdentifierType": "Ric",
            "Identifier": "AAPL.OQ",
            "RIC": "AAPL.OQ",
            "ISIN": null,
            "Currency Code": "USD",
            "Exchange Code": "NSM",
            "Exchange Code List": null,
            "SEDOL": null,
            "CUSIP": null
        }
    ],
    "Notes": [
        "Extraction Services Version 13.2.41289 (c82880d2524a), Built Nov 18 2019 19:25:58\r\nProcessing started at 01/27/2020 12:49:29.\r\nUser ID: 9020500\r\nExtraction ID: 413551983\r\nSchedule: _OnD_0x06f5944867514f45 (ID = 0x06f594486e714f45)\r\nInput List (1 items): _OnD_0x06f5944867514f45 (ID = 06f594486a614f45) Created: 01/27/2020 12:49:26 Last Modified: 01/27/2020 12:49:27\r\nSchedule Time: 01/27/2020 12:49:28\r\nReport Template (13 fields): _OnD_0x06f5944867514f45 (ID = 0x06f5944867914f45) Created: 01/27/2020 12:49:26 Last Modified: 01/27/2020 12:49:26\r\nColumn 'Exchange Code List' suppressed for lack of 'Non-Tick History Terms and Conditions' permission.\r\nColumn 'SEDOL' suppressed for lack of 'SEDOLs (including MIC and OPOL)' permission.\r\nColumn 'CUSIP' suppressed for lack of 'CUSIP & CUSIP based ISINs' permission.\r\nCells suppressed for 1 row(s) for lack of 'CUSIP & CUSIP based ISINs' permission.\r\nProcessing completed successfully at 01/27/2020 12:49:29, taking 0.428 Secs.\r\nExtraction finished at 01/27/2020 12:49:29 UTC, with servers: x12n04, QSHC17 (0.1 secs), QSSHA1 (0.0 secs)\r\nUsage Summary for User 9020500, Client 108994, Template Type Terms and Conditions\r\nBase Usage\r\n        Instrument                          Instrument                   Terms          Price\r\n  Count Type                                Subtype                      Source         Source\r\n------- ----------------------------------- ---------------------------- -------------- ----------------------------------------\r\n      1 Equities                                                         N/A            N/A\r\n-------\r\n      1 Total instrument charged.\r\n      0 Instruments with no reported data.\r\n=======\r\n      1 Instrument in the input list.\r\nWriting RIC maintenance report.\r\n",
        "Identifier,IdentType,Source,RIC,RecordDate,MaintType,OldValue,NewValue,Factor,FactorType\r\n"
    ]
}


Does the note means that we have a permission issue ? If yes, what kind of package should we subscribe to be able to retrieve this information ?

Best,

Benoit

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Reply

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Gurpreet · Jan 27, 2020 at 02:26 PM

Hi @bilou_12, You are not able to get data because of missing permissions. Please contact your Refinitiv account manager to get additional entitlements. Here is the result of the Extraction query:

{
  "@odata.context": "https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.ExtractionResult",
  "Contents": [
    {
      "IdentifierType": "Ric",
      "Identifier": "AAPL.OQ",
      "RIC": "AAPL.OQ",
      "ISIN": "US0378331005",
      "Currency Code": "USD",
      "Exchange Code": "NSM",
      "SEDOL": "2046251",
      "CUSIP": "037833100"
    }
  ],
  "Notes": [
    "Extraction Services Version 13.2.41289 (c82880d2524a), Built Nov 18 2019 19:2.....


Comment
bilou_12

People who like this

1 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
13 People are following this question.

Related Questions

DSS does not return CUSIP, ISIN, or SEDOL

Is there a way to limit the search results from the Datascope /Search/InstrumentSearch based on exchanges?

REST DSS ISIN to RIC for specific exchange

Mapping Datascope symbologies- RIC CUSIP -> PermID

how to build instrument lists from isins via DSS REST API?

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges