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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 1 1 0

Extract data using cusip is dss

I'm trying to extract the data using cusip.

{'ExtractionRequest': {'@odata.type': '#DataScope.Select.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest', 'ContentFieldNames': ['RIC', 'CUSIP', 'ISIN', 'Currency Code', 'Maturity Date', 'Total Amount Outstanding', 'Callable Flag', 'Issue Date'], 'IdentifierList': {'@odata.type': '#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList', 'InstrumentIdentifiers': [{'Identifier': '900123BB5', 'IdentifierType': 'Cusip'}]}}}


And this is what I get.

900123BB5=RRPS,,,USD,2038/03/05,1000000000,N,2008/03/05

Why is cusip and isin missing?

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
13k 32 12 18

This is probably because you don't have the access to ISIN or CUSIP (which are fee liable). Please talk to your Refinitiv account manager to get this data.

Here is the response that I get:

RIC,CUSIP,ISIN,Currency Code,Maturity Date,Total Amount Outstanding,Callable Flag,Issue Date
900123BB5=RRPS,900123BB5,US900123BB58,USD,2038/03/05,,N,
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