-
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
-
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…
-
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…
-
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…
-
Is it possible for an EMA custom implementation to failover from RTDS to RTO?
Hi experts, Can an EMA application that connects to ADS1 and ADS2 in RTMDS, in case these fail for some reason, automatically switch to an RTO service id connectivity? Is this possible via a standard configuration? If yes can you share a reference config file? If not, what is the best practice to detect and switch…
-
How to download TM3 files with lseg lib in parallel?
Is that possible to load the files in parallel by using lseg lib or it's allowed to run multiple connections to platform (using any multiprocessing /multithreading options in python)
-
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 Check Transcript Availability for Company Events Using the Eikon Data API
Hello everyone, I am retrieving company events through Python using the following code: data, err = ek.get_data( ["COPEC.SN"], [ "TR.EventTitle.Date", "TR.EventTitle", "TR.EventType" ], { "SDate": "-20Y", "EDate": "0D", "EventType": "ECALL" } ) data I would like to know whether there is a field or parameter that allows me…
-
How to get API to open for ownership fields
It works for ESG but I am unable to get the following: TR.CloselyHeldSharesPct, TR.ShareClassType, TR.IndependentDirectorsPct, TR.ChairmanCEODuality, TR.OfficerDirectorBiographies Attached is the content of the Jupyter Notebook I used in WS Codebook. Many thanks.
-
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=…
-
How can we validate RTDS/ADS UI display behavior in Refinitiv Workspace against a non-production env
I am looking for guidance on how to validate RTDS/ADS-published data in Refinitiv Workspace, specifically for UI/display-related behavior. We need to confirm that data from our non-production environment is rendered correctly in Workspace, including items such as: display template behavior
/chained RIC handling
/any other…
-
Getting Constituents of MSCI, Bloomberg, ICE Bofa Indices in Datastream API
Hello, What is the syntax I have to use to get the constituents PIT (Point In Time, we have a license for this) for the following indices using Datastream API ? I am not able to find a working solution. While this works for Dax index for example it does not with MSCI Indices: ds.get_data(tickers='LMSUSAMD0121|L',…
-
RDP Change Notifications API - How to Programmatically Download Content Data (Resource Items RIC Lis
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Description We are using the RDP Change Notifications REST API to retrieve Data Notifications (DNs). Our current workflow works correctly: Authenticate via OAuth2 List notifications:GET…
-
How can I get the USD/INR forward price for broken dates in CodeBook?
How can I get the USD/INR forward price for broken dates in CodeBook? For example, I need the bid and ask prices for a forward contract with a maturity of 75 days from today, or for a specific maturity date such as September 10, 2026.
-
Corporate guidance in batch
Hi Devportal team good morning. 😁 From Codebook Reuters API, Client need corporate guidance data for the entire US market. Can he download Corporate guidance in batch? Thank you
-
The client has access to WS for students, however, the client requires API access to retrieve data.
Case 16179541 Dear Support Team, I am contacting you on behalf of a university professor who is using the LSEG Data Library for Python in conjunction with a Workspace account. The user has verified that their App Key is functioning correctly and can successfully retrieve reference data and pricing information. However,…
-
How to get login details for Development Community Portal?
My client seems he is already registered in the portal, but can not sign in as he doesnt remember the username and passowrd. He needs access ASAP, to get help setting up API in workspace. How can he get the log in details?
-
Automation to pull main chain with 30k subchain data within 20 Mins
Hi All , I was working on a chain reader that retrieves a chain and all subchains down to RIC level. We already have a chain dissector, but it is slow when a chain contains around 30K chains/subchains. I also built a multithreaded chain reader, but the LSEG API starts blocking when more than two worker threads are used. If…
-
DEALSMOV extraction via API?
Is it possible to extract data from the Deals Market Overview (ric: DEALSMOV) Workspace app with the API?
-
Async Refresh Source Directory Response for eta3.6.4.0 causing application crash
Hi Team, We are following the example code for eta3.6.4.0, and our application is crashing on receiving the async response of source directory refresh. in the example code for consumer class(\Eta\Applications\Examples\src\main\java\com\refinitiv\eta\examples\consumer), we have a function called…