While Extractions/Extract* honors wait values passed in the Prefer header, Extractions/Extract*Result always lingers for 30 seconds. We use a serverless architecture for requesting extractions, and we're billed per second of runtime. I would prefer not to have instances alive and waiting for no reason. NOTE: I am aware of…
Hi, I am building a system to process hundreds of requests for many different users, for the Datascope select api for TickHistoryTimeAndSalesExtraction. My plan is to handle asynchronicity in the application by calling the monitor api (i.e. /RestApi/v1/Extractions/ExtractRawResult(ExtractionId='0x123456789')) every 30…
Hello Team, We want a better way to count API call hits, as One call, calls one more API call(As if Request_Url/nextlink is sent along with the result) We use - https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes &…
Hello all, Is there a way to track or limit the API calls on DataScope REST API (e.g. via a function that can be implemented)?
....refinitiv.com', port=443): Read timed out. (read timeout=5) We tried out the request below but unfortunately now we get a timeout error. Could you check the error message on your side and what the issue is about: Our request: {'ExtractionRequest': {'@odata.type':…
I have integrated the authentication API (https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/RequestToken) using JAVA in our springboot application. The issue currently we are facing is with response with this API. The API response status is 200 but the language is not in English with the charSet as…
I'm currently trying to setup the SFTP connection the the TRDX system to resolves Ric codes for Derivatives and want to test my connection. I believe I am using the correct details and have a correct file, however when I try to connect I get a error saying refused to respond (in time). I believe this is due to trying to…
...or json object " I'm making an http request to the api using the below details but I'm getting the 400 error with the above message. URI: https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes Headers: { "Accept": "application/json; odata.metadata=minimal", "Authorization": "Token xxxxx",…
What is the best way to resolve a Ric for a derivative (OPTION/FUTURE)? I know there is a mechanism to do this using SFTP, but is there a way using an http api. Thanks.
In the DSS GUI, you can perform a Futures and Options Search using a RICRoot, e.g. FFI (FTSE Index futures on LIFFE). This returns a list of the current individual contract RICs (FFIZ7, FFIH8, FFIM8, FFIU8 in November 2017) and the continuity RICS (FFIc1, FFIc2 etc). Which DSS REST API request performs this type of search?
It looks like you're new here. Sign in or register to get started.