For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
5 0 1 3

DSS REST API - Decimal Places

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

dss-rest-apidatascope-selectdss
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
79.2k 251 52 74

@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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
5 0 1 3

Clear, many thanks!

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.