Hi Team,
We would like to ask for your expertise in coding for Python since this what the client uses.
Here is the REST API JSON Format that we are more familiar with:
POST
https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/HistoricalBulkSearch
{
"Request": {
"Identifiers": [
{
"Identifier": "GB00BH4HKS39",
"IdentifierType": "Isin",
"Exchange": "GTX"
},
{
"Identifier": "GB00BH4HKS39",
"IdentifierType": "Isin",
"Exchange": "TDG"
}
],
"Range": {
"Start": "2025-11-24T00:00:00.000Z",
"End": "2025-11-24T00:00:00.000Z"
}
}
}
Here is the client verbatim and I don't know if this will help:
I’m not sure how to access and execute the API code you mentioned, I tried to download the API
$ uv add refinitiv-data
but wasn’t able (tried on windows, linux) with 3 different python environment (might try again with something stand alone)