requestUrl = r"https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes" # requestUrl = r"https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw" requestHeaders = { "Prefer": "respond-async", "Content-Type": "application/json; odata=minimalmetadata", "Authorization": "token " +…
https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes does not return any RIC in case of CUSIP as an identifier in Input but works well in case of ISIN as an identifier. Please find attached list of CUSIPs and RIC error as below: Failure: 2024-08-07 12:43:35.193 [http-nio-8080-exec-2] ERROR…
Please provide the API query for below extraction Under New Corporate Actions - Standard Events Report Data is accessed via SFTP. * Schedules and instrument lists are configured by API * Report templates were configured through the GUI I think * Report Query Type: Schedule Delta Query* 1 Day Ago * Don’t Exclude deleted…
I am currently working on retrieving RICs for instruments using the Refinitiv API, given an ISIN and exchange. I am using the endpoint: https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/InstrumentSearch. My goal is to obtain the specific RIC for a given exchange and ISIN from the search results. For example, I am…
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…
It looks like you're new here. Sign in or register to get started.