-
How can I retrieve GDP information via the Excel Formula Builder?
Hello everyone, I am quite new to Refinitiv Workspace and have up until now only retrieved company information in Excel using the formula builder. However, now I need to retrieve historical GDP data in Excel for broader geographic regions, namely the US, Europe and Asia from the year 2002 until 2012. Is there any way to do…
-
Will the Eikon C# API be still supported in LSEG Workspace
-
Pull M&A data using API
I am trying to download M&A data using the Eikon Data API in R. It is not clear to me how to do this from the symbology videos. (Specifically I am trying to download all leveraged buyouts from 1970-2025, but any advice in the right direction is appreciated)
-
Error when running eikon.get_data function in local python script
When running the command eikon.get_data("SMI", ["TR.PriceClose"]) within a local python script, I'm getting an AttributeError (see attached screenshot).
-
How to Retrieve Historical ESG Ratings for M&A Target Companies in Refinitiv Eikon?
Hi all, I'm a student at the University of Amsterdam currently working on my thesis. I'm researching M&A deals and trying to gather historical ESG ratings for the target companies involved. I used DSCREENER in Refinitiv Eikon to identify relevant M&A deals from the past few years. However, I wasn't able to filter or…
-
How to Transition from C# Eikon to Workspace
Dear LSEG Support Team, Greetings. We have been using the EikonDataAPI NuGet package with C# to access Eikon data. Below is an example of the code we have implemented: using EikonDataAPI; IEikon eikon = Eikon.CreateDataAPI(); eikon.SetAppKey(EikonApiKey); Dictionary<string, string> dic = new Dictionary<string, string>();…
-
Filing API returns error message "User did not have entitlements to the field".
Hello, when I tried to get filing data with Python Filing API, I only get NAs and above error message. I was able to download full correct data using ADVFIL function on LSEG WORKSPACE desktop app. However, I need to acquire filing data for over 3,000 firms. I cannot download all of it manually. Here is my code:…
-
LSEG Workspace Excel Addin - C# program load fail
We are migrating from Excel Eikon to Excel Workspace. Currently, we are using a C# program to automate the process. However, while we can load the Excel Add-in in Eikon, we are unable to load the add-in after switching to Workspace. Here is a sample of our C# code: using Excel = Microsoft.Office.Interop.Excel;…
-
How to filter the Nasdaq index in eikon terminal?
I need to download the data of Nasdaq listed companies in eikon terminal? I can't find the Nasdaq index list in the screener panel, and I can't find the Nasdaq exchange in the exchange name section. Can you give me some help? Thank you!
-
IRPR data in Python
Hi Team, I am assisting a client to use the list of chains below and its data. I sent him a sample code for 1 chain (USD) import refinitiv.data as rd session = rd.session.desktop.Definition(app_key=('DEFAULT_CODE_BOOK_APP_KEY')).get_session() session.open() rd.session.set_default(session) IRPR_chain =…
-
How to Retrieve Complete Historical Option Data via LSEG API?
Hi everyone, I’m working on a research project involving and I need to extract historical option market data to train and validate my models. I’m using the LSEG Data API, and I’d appreciate guidance on the best way to retrieve the following data efficiently. Required Data: Historical Option Prices Closing price (CF_CLOSE)…
-
How can I get time series data for ETF % ownership of individual stocks.
Hi All, How can I get time series data for ETF % ownership of individual stocks. I can find this data on the fund ownership summary data but only for the latest filing date. I also want to collect this data on the SP500 so ideally I would be able to collect this information for all 503 stocks at once rather than doing so…
-
Downloading Analyst Reports using Eikon Data API in Python
Hi everyone, I am trying to download analyst reports using the Eikon Data API in Python, but I am running into issues with both approaches I have tried. Hoping someone here can help! Issue 1: 500 Internal Server Error for Document Download The first method I tried was getting the document ID and then using the…
-
Time slot discrepancy between Eikon and Workspace
Hello, Our teams have recently migrated from using Eikon to using Workspace. Because of this our IT Tools also need to be updated to work with Workspace. Previously, we were using the ThomsonReuters.DataAccess library for C#. We had to migrate to LSEG.Data and LSEG.Data.Content (using a DesktopSession). Our scripts now run…
-
[First-time user] Real-time Engine Initialization Error
Hi, I logged onto Refinitiv Eikon - Microsoft Excel for the first time and tried the following code on A1 cell. "=@TR("IBM","CF_CLOSE","RH=IN")" The Refinitiv Eikon is online, as does the Datastream, and I tried several variations of the code from the user guide and I still have a difficulty debugging the error "Real-Time…