-
Suspension Monitoring process using Workspace Python implementation
We are currently enhancing our STOXX Suspension Monitoring process and would appreciate your guidance on the recommended Workspace Python implementation. Our objective is to monitor a universe of approximately 20,000+ active securities on a daily basis and identify securities that may be suspended, halted, or have ceased…
-
Can I directly use lseg-data to access Reuters news content?
My goal is to programmatically extract Reuters news articles related to attacks and conflicts happening in the Middle East for further analysis and monitoring. Any guidance, documentation links, or implementation examples would be greatly appreciated. Thank you!
-
How can I retrieve multiple order book levels (bid/ask) using the lseg-data library?
I have installed the lseg.data package in Python to retrieve LSEG data. To do so, I am using: ld.content.pricing.Definition(universe=["EUR="], fields=["BID", "ASK", "BID_2", "ASK_2", "BID_3", "ASK_3", ...]). However, it seems that only the first two levels of bid and ask are available. Regarding my implementation, please…
-
I want to set up my data download pipeline....earlier our system was called Eikon now its called wor
I want to set up my data download pipeline....earlier our system was called Eikon now its called workspace.... we used a file called "eikon.cfg" not sure what we need to use now....how do we go about restarting the whole thing
-
I would like to retrieve, through an API, a yield curve that is identical to the curve currently gen
I would like to retrieve, through an API, a yield curve that is identical to the curve currently generated in Refinitiv Workspace using the Curve Builder functionality. I have attached an Excel export of the curve as an example. The objective is to automate the retrieval of this same curve, including the same methodology,…
-
The user has access to </EURSFIXA2Y=IBAL> and can return history data but he can only return the las
-
Timezone handling for QUOTIM and fallback timestamp fields in EMA API (OMM protocol)
We're consuming FX rates via the LSEG EMA API using the OMM protocol and processing quote timestamps from multiple rate sources (Refinitiv, FENICS, etc.). We're observing that timestamps appear to be sent in mixed timezones across different RICs: Some RICs: QUOTIM interprets as UTC (ie. BBD= has a QUOTIM raw value of…
-
how to override the file name in file_downloader (TM3)
file_downloader = cfs.file_downloader.Definition(file_url).retrieve() file_downloader.download(file_dir) by using this code, i received the file with the name below: TM3_BAMAAA2026-07-09T160000.000-0400'' its not possible to replace file name with meaningful one on Windows platform
-
Workspace Excel Add In: How to get the number of holdings in an ETF?
I am trying to get the exact number of holdings of an ETF. I have tried "TR.FundHoldingName.holdingname" but this gives me a list of all the ETF Holdings. We only need the number not the list.
-
Getting Strange/Wrong Response with InstrumentSearch API to get the list of ISINs for OrgIds
Hi Team, I am calling the Instrument search API for the below two requests. Both have same set of OrgIds (5 Org IDs in different order only) but I am getting different response for each of them. First request is returning 114 records in JSON output and 2nd request is returning 103 records in JSON output. Can you please…
-
Has a new timeout been introduced for the Refinitiv Data Library for .NET
Hello, In the past 3 weeks I've seen several AlphaDesk users reach out due to their Workspace DAPI feed connection with AlphaDesk going stale — the feed itself appears to be connected from the AlphaDesk software's perspective, yet price updates stop flowing in. The AlphaDesk application uses the Refinitiv Data Library for…
-
Please confirm if the validation options and Preference settings are correct
{ "@odata.type": "#DataScope.Select.Api.Extractions.ReportTemplates.PremiumEndOfDayPricingReportTemplate", "ShowColumnHeaders": true, "Name": "API_PEOD_Report Template", "Headers": [ ], "Trailers": [ ], "ContentFields": [ { "FieldName": "RIC", "Format": null }, { "FieldName": "Ticker", "Format": null }, { "FieldName": "Ask…
-
How to retrieve Bond (DCM) Deals from Bond Screener in Python API?
How to retrieve Bond (DCM) Deals from Bond Screener in Python API? Client's query: Is to get "Use of Proceeds: Project Finance" and New Issues Ratings: Moody's Debt/Bank Loan Rating" in Deal Screener app and requested if this is available in Python API. Tried using code: import refinitiv.data as rd rd.open_session() df=…
-
Workspace access via Java / Springboot API
Hi Is there an LSEG / Refinitiv app which can be accessed via a Java / Springboot app for Workspace data? Many thanks
-
How to get ISIN codes from Chain RIC
We try to get ISIN codes from ChainRIC in Python.When we run following code but returned error. Does Python support get data by ChainRIC ? ----------------------------------------------------------------------- data,err = ek.get_data('0#GBBMK','TR.ISIN') data.head()…