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 avinash.g · Sep 19, 2016 at 02:22 PM · dssrest_apiequityequitysearch

How to get CurrencyCodes in EquitySearch when searching with 'Ric' as IndentifierType?

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.

2 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Christiaan Meihsl · Sep 20, 2016 at 05:52 AM

@avinash.g

To retrieve the currency code for a particular instrument, there are different possibilities, as the Currency Code is a common field.

You can do an extraction for Terms and Conditions. Example request for 2 instruments:

{
    "ExtractionRequest": {
        "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest",
        "ContentFieldNames": [
           "RIC", "Currency Code"
        ],
        "IdentifierList": {
            "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
            "InstrumentIdentifiers": [
                {
                    "Identifier": "00209tab1",
                    "IdentifierType": "Cusip"
                },
                {
                    "Identifier": "IBM.N",
                    "IdentifierType": "Ric"
                }
            ]
        }
    }
}

Alternatives:

Do a composite extraction request (the query is the same as above, except the data type):

"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.CompositeExtractionRequest",

You can even do a request for End of Day data for that instrument. For details see REST API Tutorial 2.

Comment
Troy Dalldorf

People who like this

1 Show 1 · 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.

avatar image
REFINITIV
Christiaan Meihsl ♦♦ · Oct 27, 2016 at 12:05 PM 0
Share

New content to illustrate cross-referencing was recently added to the portal. See .Net tutorial 8 (with associated sample code), REST API Tutorial 7 (pure HTTP in Postman), and Java sample DSS2TermsAndConditionsClient.

avatar image
REFINITIV
Answer by Pimchaya.Wongrukun · Sep 20, 2016 at 02:56 AM

Hello @avinash.g

You can get list of CurrencyCodes from https://hosted.datascopeapi.reuters.com/RestApi.Help/Context/Lookup?ctx=Search&enm=GetCurrencies

Comment

People who like this

0 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 >
7 People are following this question.

Related Questions

Historical Timeseries Pricing extraction via DSS Rest API 10 Answers

DSS - REST API - Configurable/Additional response fields via Search/EquitySearch? 1 Answer

DSS REST API get file content 2 Answers

DSS RestAPI returning MonitorURL with localhost in the hostname. Is this a bug? 2 Answers

DSS Webinar Dec 7: In order to use DSS REST API for an extraction, where can we lookup the format of the Request template (as xml / json) ? Also, for the response to that extraction, is there an schema that can be referenced? 1 Answer

  • 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
  • Elektron Data Platform
  • 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
  • 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
  • Explore
  • Tags
  • Questions
  • Badges