-
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!
-
Will the Eikon C# API be still supported in LSEG Workspace
-
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…
-
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;…
-
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…
-
I apply python code with "eikon" library to extract the same dataset, why there is a mismatch?
I am working on a financial dataset. Therefore, I extracted a dataset from Refinitiv Workspace with certain filters. However, when I apply python code with "eikon" library to extract the same dataset, some of the rows (370 rows out of 2741 rows) do not match with the dataset I extracted from the platform. I was wondering…
-
Volatility Surfaces inputVolatilityType
Could someone please explain the difference between Implied and Quoted for inputVolatilityType on the surfaces API endpoint: https://api.edp.thomsonreuters.com/data/quantitative-analytics-curves-and-surfaces/v1/surfaces From API documentation page: inputVolatilityTypeenumThe enumerate specifies the type of volatility used…
-
Is it possible to retrieve the historical constituents of the ACWI index using Python?
Our main challenge has been downloading the constituents of the MSCI ACWI index, whether current or historical, as both are crucial for our objective. Unfortunately, we have been unsuccessful despite multiple attempts. Below are the details of our efforts: Code Attempt 1: import refinitiv.data as rd from…
-
How to find the name of a list of indexes via the ek.get_data() method?
Hi Team, Hope all is well. Client is willing to find the name of a list of indexes via the ek.get_data() method but does not find the right field (parameter) in the method. For example, if he tries with '.SPXESUN', via ek.get_data('.SPXESUN', 'TR.IndexName'), he could not retrieve the right name, which is 'S&P 500 ESG…
-
Mutual Funds - Holdings data
Hi, i need some help please re: the below query for returning the assets held in a particular fund, but i would like some additional fields… data, err = ek.get_data('LP65070066', ['TR.FundHoldingRIC', 'TR.FundHoldingName', 'TR.FundNumberOfShares', 'TR.FundNumberOfSharesChanged'], {'Endnum': '1000'}) if err: print(f"Error:…
-
Eikon API | Program calling the API encountered an error | Error code 503
Can you please advise on the below? The ports have been added to the User APIPROXY.PORT 9060 and APIPROXY.PORTRANGE 20