-
Please suggest correct Refinitiv API call to be used
Case # 14904659: Hi Dev Team, We need your advice on the correct Refinitiv API call to be used. What problem our client is facing: sometimes (5 cases for the last 6 months) the outdated file is taken from DSS, while the correct and actual one is already available. The latest scenario is the following: Our system…
-
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…
-
How to do scheduled extraction for every end of month?
Hi Team, I am trying to do scheduled extraction for every month as part of it, I have created the instrument list and using ListID called 'InstrumentListAppendIdentifiers' and then called 'EndOfDayPricingReportTemplates' to get 'ReportTemplateId' and with 'ListId' and 'ReportTemplateId' called 'Schedules' to get scheduled…
-
SSIS issue EndOfDayPricing odata
HI we added odata source in ssis package, for both option we faced error as below 1- we use webservice root as source: "https://selectapi.datascope.refinitiv.com/RestApi/v1" and for authentication we use basic, so test connection is success. but we we use this connection as source we face error as "unable to load" as…
-
Terms & Condition Reference Data
We are migrating to "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest" from "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.ElektronTimeseriesExtractionRequest" Although the API End Point :…
-
DSS Immediate Schedule Stuck in "Queued" Status
I created a Immediate DSS Schedule. It has had Status = "Queued" for about an hour now. I found some references to the extraction queue in the DSS User Guide, but I don't know what causes this issue. Can anyone help out here?
-
Getting CUSIP/ISIN for stock RIC code
Hi Team, I have a list of RIC codes and I'm trying to get the corresponding CUSIP/ISIN and the dates for which the mapping is valid using RTH Python. I use the following code, but the CUSIP field always returns a null value. Not sure about the corresponding field for the Bloomberg ticker. instrument_list = [{'Identifier':…
-
usage of the RawExtractionResults when I tried to call it I got error
usage of the RawExtractionResults when I tried to call it I got error { "error": { "message": "Cannot get all RawExtractionResult entities. Please provide an ID with the request." } }
-
Retrieving RIC Contract Year and Month
Hello, I was wondering if there are "ContentFieldNames" for contract year and month? Using [second last, last] characters in the RIC for [month, year] is sometimes unreliable for me, since I have instruments that expire in 10+ years (e.g. NGZ34 for natural gas December 2034). I would prefer not to implement my own parsing…
-
DSS ElektronTimeseries Latency
Hello, I am using DSS ElektronTimeseriesExtractionRequest to get end of day (EOD) quotes for various RICs. I was wondering: How long does it take, after the market closes, for each of the following fields to be updated? ["Open", "High", "Low", "Settlement Price", "Volume", "Open Interest", "Trade Date"] I understand that…
-
"/Extractions/Extract" vs. "/Extractions/ExtractRaw"
Hello. I am new to DSS REST API. What is the difference between "/Extractions/Extract" and "/Extractions/ExtractRaw"? I made an ExtractionRequest using both of them, without the "Prefer: respond-async" arg in the header, and with the following payload: {"ExtractionRequest": {…
-
Intraday request format for partial response
Hi Team, Can you please help with the IntradayPricingExtractionRequest format. We are currently facing issues for some isins where embargo time is >15 mins. Request sent by our system receives a 202 response even if one isin out of the list sent has embargo time greater. Our system is currently configured to try for max 15…
-
Can't pull data for expired contracts - do I need to specify AssetStatus?
Hi - I am trying to pull data for an expired contract. My extraction request looks like this: requestBody = { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TickHistoryIntradaySummariesExtractionRequest", "ContentFieldNames": [ "Close Ask", "Close Bid", "High", "High Ask", "High…
-
CDS Curve APPS & TOOLS Extraction
Bonjour, j'aimerai extraire les données de la courbe CDS via python (cf image ci-dessous). Quels sont les fields pour Tenor, Recovery rate et Default prob ?
-
Long Running Requests Return no Progress Update - DSS C# SDK
I have a question around the extractwithnotes async call. When running short requests I have no issue seeing the progress of the job on the callback method however when there is a larger request there is no progress or status update (as far as I can tell). The application awaits the aysnc result but it never actually…