https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes returns some other ISIN than the one requested for. This could be due to the underlying ISIN combinations. But we're expecting that the API returns correct response with the requested ISIN.
I am performing a fund search using the following endpoint: https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/FundSearch Despite specifying "PreferredIdentifierType": "Ric" in my request, I am consistently receiving ISIN codes instead of the desired RIC code. How can I ensure that I get RIC codes?
Is the Datascope API only available in C# ? Or is it also available in Python for example?
We are under going audit and as per audit requirement we have to demonstrate that data we receive from Refinitiv is complete. To do that we need to validate checksum/md5/hash( or any equivalent algorithm ) that is sent by source along with response. So we wanted to know if Refinitiv apis provide any of the above…
Hi, Me and my team are trying to create a tool that automatically reads in a spreadsheet of ours, turns it into a RIC list csv, and then we import that into the DSS web gui to go and make a request with. However, when we import the list of around 33,000 contracts, only about 25% of them exist... which is very confusing to…
...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…
It looks like you're new here. Sign in or register to get started.