...S REST API EOD Template? I tired to fetch all the User Preference setting validation options from the link https://selectapi.datascope.refinitiv.com/RestApi/v1/Users/UserPreferences(9015484). However, I couldn't find anything related to "Exclude Null Codes For Universal Close Price".
Hi, I have a customer start playing with Datascope Select REST API and would like to be sure if the request she build using method ExtractWithNotes to extract data using Terms&Conditions template is well done. Could you please confirm if below code is OK or if something is missed? { "ExtractionRequest": { "@odata.type":…
How to extract field COMM_LAST (default returned from refinitiv.data.get_history) from datascope REST API? I can pull COMM_LAST from the refinitiv.data.get_history, but the same ric is returned as not found in datascope InstrumentListValidateIdentifiers. def validate_instrument(token, ins_list): url =…
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…
It looks like you're new here. Sign in or register to get started.