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

...ee. 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"
}
}

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @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.