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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 0 0 1

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 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
38.1k 69 35 53

@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 5.0 MiB each and 10.0 MiB total.

Upvotes
3 0 0 1

Clear, many thanks!

icon clock
10 |1500

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

Click below to post an Idea Post Idea