https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/HistoricalCriteriaSearch

We are fetching data from below datascopeAPI. Could you please check if any issue on below RESTApi ?

This is product issue happening from Monday

application fid: arbtick

2024-06-20 09:29:43 INFO: https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/HistoricalCriteriaSearch
2024-06-20 09:29:45 INFO: Using standard symbol parser
2024-06-20 09:29:45 INFO: Building report config from: /home/sb/arbtick/release/q/tickHistory/templates/hk_futures/instrumentSearch.template
{
"Request":
{ "RicPattern": "^LCO[F-Z]{1}[0-9]{2}$",
"BondTypeCodes": null,
"ContributorIds": null,
"CountryCodes": null,
"CurrencyCodes": null,
"ExchangeCodes": [],
"FutureMonthCodes": null,
"InstrumentTypeCodes": ["34"],
"OptionMonthCodes": null,
"OptionTypeCodes": null,
"CouponRate": null,
"StrikePrice": null,
"ExpiryDate": null,
"MaturityDate": null,
"Range": {
"Start": "2024-06-18T16:00:00.000Z",
"End": "2024-06-19T15:59:59.999Z"
}
}
}

2024-06-20 09:29:45 INFO: https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/HistoricalCriteriaSearch


Response sent by me, however client is still facing the issue
I have extended the date range and kept the instrument type code as null and can see that we get the data.

{

"Request": {

"RicPattern": "^LCO[F-Z]{1}[0-9]{2}$",

"BondTypeCodes": null,

"ContributorIds": null,

"CountryCodes": null,

"CurrencyCodes": null,

"DomainCodes": null,

"ExchangeCodes":null,

"FutureMonthCodes": null,

"InstrumentTypeCodes": null,

"OptionMonthCodes": null,

"CouponRate": null,

"StrikePrice": null,

"MaturityDate": null,

"ExpiryDate": null,

"Range": {

"Start": "2024-01-10T00:00:00.000",

"End": "2024-06-19T23:59:59.999"

},

"ResultsBy": "Ric"

}

}

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @Sushil.Purohit

    Thank you for reaching out to us.

    I tested the client's request and got the empty result.

    {
    "Request": {
    "RicPattern": "^LCO[F-Z]{1}[0-9]{2}$",
    "BondTypeCodes": null,
    "ContributorIds": null,
    "CountryCodes": null,
    "CurrencyCodes": null,
    "ExchangeCodes": [],
    "FutureMonthCodes": null,
    "InstrumentTypeCodes": [
    "34"
    ],
    "OptionMonthCodes": null,
    "OptionTypeCodes": null,
    "CouponRate": null,
    "StrikePrice": null,
    "ExpiryDate": null,
    "MaturityDate": null,
    "Range": {
    "Start": "2024-06-18T16:00:00.000Z",
    "End": "2024-06-19T15:59:59.999Z"
    }
    }
    }

    The response is:

    {
        "@odata.context": "https://selectapi.datascope.refinitiv.com/RestApi/v1/$metadata#Collection(DataScope.Select.Api.Search.HistoricalSearchResult)",
        "value": []
    }

    To check the content, please contact the Tick History support team directly via MyRefinitv.

Answers