-
DSS REST API - PREMIUM EOD
Hello Team, hope you are doing well. I have a client that is using Premium EOD template and is pulling data from this RIC KZTMNT=BOMU. They included in the report template Bid Price, Universal Bid Price and Universal Close Price. The logic behind this for their SMERT system is the following. The system tries to use Bid…
-
Need help with ExtractWithNotes
Could you please share how the "Maturity Date" is calculated with respect to "DaysAgo" key? Request: { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest", "ContentFieldNames": [ "Maturity Date" ], "IdentifierList": { "@odata.type":…
-
Can we increase maximum allowed instrument count in EXtractRaw API
While passing 16221 instrument list in posting body { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.DebtCorporateActionsIsoExtractionRequest", "Condition": { "ReportDateRangeType": "Init", "IncludeInstrumentsWithNoEvents": true, "IncludeNullDates": true, "ExcludeDeletedEvents":…
-
Maximum parallel thread we can hit for ExtractRaw API
Hi, Can you tell me how many parallel API hits we can make for API - https://selectapi.datascope.lseg.com/RestApi/v1/Extractions/ExtractRaw for "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.CorporateActionsIsoExtractionRequest", and "@odata.type":…
-
Want to select date range from and to date for EndOfDayPricingExtractionRequest
How can I select date range from and to date for EndOfDayPricingExtractionRequest. Posting body is - { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.EndOfDayPricingExtractionRequest", "ContentFieldNames": [ "Universal Close Price Date", "Universal Close Price", "Previous Close…
-
How can we start On-demand extraciton at a certain time?
I understood that using DSS Schedule extraction is easier to start an extraction at a certain time. What about DSS On-demand extraction API? How can we start On-demand extraction at a certain time? If clients need to post request at a certain time out side of DSS REST API funciton, please advise accordingly. Regards, Hiroko
-
Datascope Select- Python payload
Hi Can you please help with a Python Payload to fetch EOD pricing data for few instruments or instrument list I tried to look at the existing sample script <dss-python-shareholder-rights-sample> .. but it looks quite complex. Appreciate your help.
-
Can I use filecode to retrieve eod pricing through DSS REST API?
i tested filecode extraction in DSS Elektron EoD, and received "202 accepted message". I input filecode 2 in API instrument identifier as below. {"Identifier": "2", "IdentifierType": "FileCode" }, Shall I just wait to retrieve pricing data or am I missing something? Regards, Hiroko
-
Need Index Benchmark data - through API using RIC codes
Hi LSEG Team, I want to extract the Index Benchmark data for the below list of codes. Can you please help in selecting which :ExtractionRequestBase" I should select to get the required data through API. CCMP SPX .FTIO MXEUG MXEUG MXEUG ASX SPX MXASJ MXEF TPX ASX .MERE0L0 TPX .MERHL00 & .MERE0L0 & .MERHEC0 Need information…
-
Refinitiv Datascope behavior after currency is no longer in use
Hello, We currently have a microservice that consumes data from Refinitiv Datascope Select API using the On Demand Extraction endpoint. It fetches the data using IntradayPricingExtractionRequest for some FX instruments. From 1st of January 2026, the currency BGN from Bulgaria will have a fixed exchange rate as they move to…
-
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エラー
LCOc1~LCOc12、CLc1~CLc12、JCOc1~JCOc12を添付のスクリプトで実行すると 3回リトライしても202エラーとなってしまい、データの取得ができない。どうすれば良いか? 回答は hayashi-yoshibumi@meti.go.jp 宛てにお願いします。