-
Extractions/ExtractWithNotesResult does not honor timeout headers.
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…
-
DSS REST API - Timeout during extraction request
Hi Team, My client from Baader Bank AG is facing timeouts when utilizing Immediate extractions via DSS Rest API and would like to know if his request should be changed and/or can be optimized. Hopefully you can have a look and comment: " What the current flow of application is looking like: 1. We are collecting the array…
-
How to get DSS EndOfDayPricingExtractionRequest historical data
Dear All, We are using below DSS EndOfDayPricingExtractionRequest which is working fine. { "ExtractionRequest":{ "@odata.type":"#DataScope.Select.Api.Extractions.ExtractionRequests.EndOfDayPricingExtractionRequest", "ContentFieldNames":[ "RIC", "Security Description", "Universal Close Price Date", "Universal Close Price",…
-
Need help with bypassing embargo periods for Refinitiv tick history API
I have been working on getting the tick level data from the Refinitiv Tick History API and noticed that if the data was requested too soon, the API returns no quotes as some exchanges impose an Embargo, delaying the data availability. Is there a recommended time gap which we should maintain before making a request to…
-
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 :…
-
Historical one-off load for futures
I am looking to download historical IntradaySummaries extract for these chain rics(0#LCO;0#LGO;0#LRB;0#WTCL;). I am using C# .Net core. What should be the workflow? I am following below link. Tutorials | Devportal (refinitiv.com) What should be the start and end date query? And how I would know once I have posted the…
-
Extractions/ExtractWithNotes does not return "User Defined Identifier" & "User Defined Identifier2"
The Refinitiv DataScope REST API ExtractWithNotes does not return the "User Defined Identifier" & "User Defined Identifier2" in the Extract Result Content, Although "User Defined Identifier" & "User Defined Identifier2" is part of extract as the API Extractions/CompositeReportTemplates('0x07199e3bd401904a') returns the…
-
Currency not populated (set to null)
I tried to send in the folllowing request to DSS end point. { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest", "ContentFieldNames": [ "Trade Date", "Universal Close Price", "Currency Code", "Mid Dirty Price", "Modified Duration",…
-
"/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": {…
-
In CompositeExtractionRequest TRADEDATE is null for ISIN
Hallo All, I have below CompositeExtractionRequest extraction request where when requested for ISIN some values return with TRADE date and also values for rest of the field but some without any TRADE date and rest of the field also return nulls without ISIN. It returns values ony with Ric and Contributor Code. What is the…
-
How to filter trade date for CompositeExtractionRequest
Hallo All, I have below CompositeExtractionRequest where i want to fetch the response on specific date based on trade date. So i want to get the data from 01.07.2022, 02.07.2022 and 06.07.2022 and i want to filter this with trade date. How to specify this filter in the extraction request ? requestHeaders = { "Prefer":…
-
DSS REST API daily limit
Hi, Are there any limits on the number of records that can be requested using the REST API? Both for individual requests and/or a daily limit? We're using the ExtractWithNotes API call to retrieve Terms and Conditions and bond schedule data. Cheers, Richard
-
No bond schedules in on-demand extraction request?
Hi, I'm submitting a HTTP request to extract bond schedules on demand. However all I get back is the instrument details and no bond schedule records. Here's the request I'm submitting. { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.BondScheduleExtractionRequest",…
-
Can TRTHv2 API perform multiple extraction request based on Input parameter?
we have two users who have a unique requirement : * They have a dynamic list of instruments (instruments covers globally) along placement/execution date and time, each instrument will have different date and time and would be for a different market. * They just want to extract just the quote BID/ASK/MID or Trade price for…
-
DataScopeSelect: RawTickExtraction, MarketDepthExtraction not working
logResponseMarketDepthExtraction.txtlogResponseRawTickExtraction.txt Hi there, Im trying to extract tick data with DataScopeSelect .net library. Im using Rics I previously found in SearchChainResolution function and passed it to the extraction functions. As response I get an ExtractionId. But when I try to read the stream,…