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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 0 0

Client is not seeing RIC change on 1/2/2019 from KORS.K > CPRI.K. Till last week he was able to see. Please check

Hi - I was wondering if someone could tell me if anything was released or updated on Datascope last weekend that could be impacting data I'm seeing for some API calls? For example, I'm using this API: https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/HistoricalBulkSearch

I'm seeing behavior now that I don't think I saw last week. For example, I search for this ISIN: VGG1890L1076

It used to show me a RIC change on 1/2/2019 from KORS.K > CPRI.K.

When I do the same request today, I see a row coming back for CPRI.K but it doesn't show the change. Did something change on the back end?

Here is my request:

{
"Request": {
"Identifiers": [
{"Identifier": "VGG1890L1076","IdentifierType": "Isin", "UserDefinedIdentifier": "8591342098"}

] ,
"Range": {
"Start": "2011-12-31T00:00:00.000Z",
"End": "2022-05-12T23:59:59.999Z"
},
"ResultsBy": "Entity"
}
}

dss-rest-apidsstick-history-rest-apiricshistorical
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

Upvotes
Accepted
58.1k 160 45 65

@Sushil.Purohit

If I changed the "ResultsBy" to "Ric", the following entries return.

 {
            "Identifier": "CPRI.K",
            "IdentifierType": "Ric",
            "UserDefinedIdentifier": "8591342098",
            "Source": "",
            "Key": "VjF8MHgzMDAwMDAwMDAwMDAwMDAwfDB4MzAwMDAwMDAwMDAwMDAwMHx8fHx8fHxDUFJJLkt8",
            "Description": "Historical Instrument",
            "InstrumentType": "Unknown",
            "Status": "Valid",
            "DomainCode": "6",
            "FirstDate": "2019-01-02T00:00:00.000Z",
            "LastDate": "2022-05-13T00:00:00.000Z",
            "History": []
        },
{
            "Identifier": "KORS.K",
            "IdentifierType": "Ric",
            "UserDefinedIdentifier": "8591342098",
            "Source": "",
            "Key": "VjF8MHgzMDAwMDAwMDAwMDAwMDAwfDB4MzAwMDAwMDAwMDAwMDAwMHx8fHx8fHxLT1JTLkt8",
            "Description": "Historical Instrument",
            "InstrumentType": "Unknown",
            "Status": "Valid",
            "DomainCode": "6",
            "FirstDate": "2011-12-12T00:00:00.000Z",
            "LastDate": "2019-07-06T00:00:00.000Z",
            "History": []
        },

Please contact the Refinitiv Tick History support team directly via MyRefinitiv to verify the content.


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.