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