DSS REST API - Decimal Places

Marcel
Marcel LSEG

Good day,

Is there a way to add decimal places via REST? We get all decimals via GUI and not via API. Have tested all possible fields for this data but all return less (5) than the available decimals (6).

https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes

{

"ExtractionRequest": {

"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.IntradayPricingExtractionRequest",

"ContentFieldNames": [

"RIC",

"General Value1",

"General Value2",

"Reference Price",

"Settlement Price"


],

"IdentifierList": {

"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",

"InstrumentIdentifiers": [

{

"Identifier": "SARON.S",

"IdentifierType": "Ric"

}

],

"ValidationOptions": null,

"UseUserPreferencesForValidationOptions": false

},

"Condition": {

"ScalableCurrency": true

}

}

}


Many thanks,

Marcel

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @Marcel

    DecimalPlaces can't be specified in the on-demand extraction. The DecimalPlaces property is supported when creating a report template and using schedule extraction.

    For more information, please refer to the answer in this thread.

Answers