-
We need last 1 year history data for chain 0#EDXEBEBS:
I am looking to get a history dump for all the RICs under the chain - 0#EDXEBEBS: I’m unable to retrieve it using the API call since it doesn’t contain a start date and end date, and it seems like we can only fetch real-time data. API link: url=https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw…
-
How to get FTSE trade volume decimals when Volume = 0.
I am using this endpoint to get time and sales for ftse350 stocks. def get_time_and_sales(rics, query_start_date, query_end_date, max_retries=10, retry_delay=20, identifier_type: str = "Ric"): """ Retrieves time and sales data for given RICs from Refinitiv. Docs:…
-
Tick History Python Chain RIC not working
Hi all, I'm new to using LSEG Tick History and currently working with the REST API in Python. We're successfully able to extract data for a single RIC using the following identifier: "IdentifierList": { "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers":…
-
DSS Intraday Template embargo
On DSS Intraday Template, I added ""OnlyNonEmbargoedData": False" under condition. I was able to get <JCOc1> but if I add <CLc1> I receive status 202 and never return data. I have permission for NYMEX delayed data.(I can get data via GUI). Can you advise me if there are any settings I should add? Pls. note that delayed…
-
スクリプトで実行すると202エラー
https://us.v-cdn.net/6038239/uploads/ZBYGSHIEACL2/008-dss-rest-api-test.zip LCOc1~LCOc12、CLc1~CLc12、JCOc1~JCOc12を添付のスクリプトで実行すると 3回リトライしても202エラーとなってしまい、データの取得ができない。どうすれば良いか? 回答は hayashi-yoshibumi@meti.go.jp 宛てにお願いします。
-
In refinitiv RawMarketByPrice is acc_size in round lots or shares?
The ACC_SIZE field in the RawMarketByPrice download. Is that in round lots of shares? A round lot is = 100 shares correct? So in a message like this: ,,,,MapEntry,,ADD,,,,,,155.000000A,,6 ,,,,FID,6529,,LV_DATE,2025-08-18, ,,,,FID,3427,,ORDER_PRC,155, ,,,,FID,6527,,LV_TIM_MS,28901767, ,,,,FID,3428,,ORDER_SIDE,2,ASK…
-
Endpoints for all valid content fields for Corporate Actions: 'Standard Events' and 'IPO Events'
Hi, We would need the endpoints for all valid content field names for these 2 report templates, based on the report template code please. Best regards, Gareth
-
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",…