-
Scheduled price extraction for currencies
Trying to extract scheduled price data for CNH and CNY identifiers , i was able to successfully extract EOD pricing for these identifiers but facing error when trying to extract the prices at specific time of day, please find below the API query details along with URL and error message Code from ayx import Alteryx import…
-
DSS PriceHistoryReportTemplate - issue with Condition (ReportDateRangeType)
{"@odata.type": "#DataScope.Select.Api.Extractions.ReportTemplates.PriceHistoryReportTemplate", "ShowColumnHeaders": true, "Name": "Test", "Headers": [], "Trailers": [], "ContentFields": [{"FieldName": "Ask Price"}, {"FieldName": "Bid Price"}], "Condition": {"ReportDateRangeType": "Range"}} resp = {'error': {'message':…
-
How can we request the CommoditySearch API for the particular ric code?
The request body for the request is as in the code block below. Here, we are receiving the response with unwanted Identifier value such as 'D-NGMMH25' with prefix 'D'? How can we get only the valid Identifier assigned to our user. { "SearchRequest": { "KeywordQuery": "NGMM", "ExpirationDate": { "@odata.type":…
-
FX Rates Datascope API specification request
Hi All, We would like to use DSS REST API to extract FX rates from Datascope Select I was provided this link: https://developers.lseg.com/en/api-catalog/datascope-select/datascope-select-rest-api It sounds I cannot connect here https://amers1.identity.ciam.refinitiv.net/auth/UI/Login How to get the API specification we…
-
Case 14545631: Why are we missing trade data for <.OQ> RICs?
Hi Team - I have download the Raw data for 28 Feb 2025 but in manifest file we can see the data is download. After download the I unzip the using command.. gunzip trth_20250228_eod.gz after unzip the command, I run the below command onetick@tstcapp008:/apps/OMD/raw_data/equity_tr/eod_raw> cat trth_20250228_eod | grep -i…
-
Getting time and sales data. No data in the 200 response
What am I doing wrong? I'm trying to follow this: https://developers.lseg.com/en/article-catalog/article/using-tick-history-in-r-language-part-3 def preview_response(response, num_lines=100): """ Prints the first few lines of a streamed Refinitiv API response. :param response: The streamed API response. :param num_lines:…
-
Time for updating the trade date in the datascope response.
{ "IdentifierType": "Ric", "Identifier": "AUD=", "RIC": "AUD=", "Asset Type Description": "Money Market", "Security Description": "Australian Dollar/US Dollar FX Spot Rate", "Trade Date": "2025-03-26", "Bid Price": 0.6297, "Ask Price": 0.6301, "Mid Price": 0.6299, "Universal Ask Price": 0.6301, "Universal Bid Ask Date":…
-
How to get Futures OHLCV from DataScope Select Rest API in Python3?
I would like to get the following RIC OHLCV using DataScope Select's Rest API in Python3. Could you provide sample code? RIC : .SPX DSP : S&P 500 Index - CBOE
-
EURIBOR EndOfDay Extraction
Hello, I am trying to retrieve the EURIBOR rates from this Ric with an EndOfDayPricingExtractionRequest. And the API is returning a null value. However, on the Datascope Select GUI there are values for these fields, only from two days before. So my question is, is there any way to retrieve the first row through the API? Or…
-
Is there any DataScope Pubs App API available?
Hello, there is webui application (https://select.datascope.refinitiv.com/Pubs/Permissions/UserBrowser). Do you know, if there is any API endpoint available for this? I am trying to find a way of verification, if the specific DSS account has been cancelled/deactivated. In pubs App there is a field 'is active', but i…
-
Hi Dev, Please assist us regarding the below C# related question? Thanks in advance.
I have trouble with a program that use to work and get now an error "an error occurred while sending the request" after 22 minutes after asking for 500 isin. var extractionRequest = new BondScheduleExtractionRequest //type of request on reuters API { IdentifierList = collec, //ContentFieldNames = new[] { "ISIN" // ,"Coupon…
-
How would I get all upcoming Corporate Actions (and respective fields) using C# SOAP Api?
We are using Data Scope Select to import upcoming corporate actions for a list of Instruments. The current system is still using SOAP and I am now in the process of figuring out how to translate this to using the newer REST service Api in C#. In the old system we would use a call to "Define" to get a list of all…
-
Extract Unmanaged and unverified Legal Entity records through DSS REST API
Hello, I'm trying to find the best way to retrieve Unmanaged and unverified legal entities out of the DSS REST API On Demand extractions. It seems that through POST /Extractions/ExtractWithNotes, if you stick to "IdentifierList": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.EntityIdentifierList",…
-
UseExchangeCodeInsteadOfLipper flag in C# DataScope Select - REST API?
Hi all, I'm using the DataScope Select REST API C# dll libraries to make CompositeExtractionRequests In the http REST API there is a json flag you can use for "UseExchangeCodeInsteadOfLipper" - is there an equivalent for this on the CompositeExtractionRequest C# class? All I can see on that class is IdentifierList,…
-
Generic Contract RIC
Is there concept of a generic contract RIC? For example in Bloomberg, CL1 refers to the current active WTI Crude contract. This points to CLX4 now, and rolls over to CLZ4 next month. CL2 points to the first deferred contract etc. If so, what is the naming convention for generic contracts for Refinitiv? I am trying to get…