Ric cannot find in DSS Rest API but can be found in EIKON

Hao.Tang
Hao.Tang LSEG
edited January 10 in DSS

"Identifier": "HTBc1","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc2","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc3","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc4","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc5","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc6","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc7","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc8","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc9","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc10","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc11","Error": "Not found","IdentifierType": "Ric"},{"Identifier": "HTBc12","Error": "Not found","IdentifierType": "Ric"}],"@odata.context": "https://selectapi.datascope.extranet.refinitiv.biz/RestApi/v1/$metadata#DataScope.Select.Api.Extractions.ExtractionRequests.ExtractionResult","Notes": ["All identifiers were invalid. No extraction performed."

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Hao.Tang

    Thank you for reaching out to us.

    You may need to set the AllowHistoricalInstruments to true, as shown below.

    "IdentifierList": {
    "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
    "InstrumentIdentifiers": [
    {
    "Identifier": "HTBc1",
    "IdentifierType": "Ric"
    }
    ],
    "ValidationOptions": {
    "AllowHistoricalInstruments": true
    }
    },

    If it doesn't work, please share the request message that you are using.