-
Getting Module Error
How to fix this issue
-
Swagger documentation for the Eikon API
is there a Swagger documentation for the Eikon API? I checked for related questions but it appears we don't have one for Eikon. Kindly advise. Thanks.
-
API - upgrading from Eikon to WS
Can you please fill me in on how to get the Desktop API to work with LSEG workspace, and how I could get an account to develop with/against? Additionally, based on this: https://developers.lseg.com/en/product/workspace-upgrade/custom_application_com_api_upgrade and this:…
-
How to download adjusted close prices?
Hi!, I'm currently working on a portfolio optimization assignment in R and need to download the historical data for 10 stocks, including the adjusted close price to calculate the returns. However, when I downloaded the historical Excel data from Refinitiv Eikon, I noticed that it had it didn't have any column for adjusted…
-
Retrieve list of instruments for all stocks on an exchange
Greetings I wish to perform breadth analysis on an exchange. How would I go about getting a list of all issues/stocks on an exchange that I need to query? Regards, and thank you
-
How to connect the R Script to the latest version of Eikon API?
Raising this on behalf of an external client. I would like to use this language to access the Eikon API and I see there is a Python package, but looking for an R package.
-
Replacement for Rhistory and Dex2 for migration from Eikon to Workspace
Hi, I am currently using RhistoryAPI.dll and Dex2.dll in my VBA code with Refinitiv Eikon. Apparently these APIs are under COM APIs for use in Microsoft Office and aren't supported in Refinitiv Workspace. What are the replacements that I can use?
-
Is it possible to get the dataframe list of powerplants from POWOUT app into Codebook?
Hi Team, Is it possible to get the dataframe list of powerplants from POWOUT app into Codebook? Kindly advise. Thank you in advance.
-
Convert python code to ‘import eikon as ek’
Hi Team, Can you help me to use eikon api and use the command ‘import eikon as ek’ to import the code below? import refinitiv.data as rd rd.open_session() rd.get_history( universe='CBF24^2', fields=["SETTLE"], count=1, ) Could you please provide the code that can be used through eikon package? For some reason, seems…
-
Eikon customer unable to synchronize Power BI via Python.
Can't synchronize with Power BI via Python. Below is a simple example of the correct Python coding settings on my computer to synchronize with Power BI. "import pandas as pd data = [['Alex',10],['Bob',12],['Clarke',13]] df = pd.DataFrame(data,columns=['Name','Age']) print (df)" However, when I try to synchronize the code…
-
Download Manager - My Downloads - Add/Remove Files
Hi All, I use "Power, Gas, Carbon Research and Forecasts Download Manager" to retrive fundamentals data I see on Eikon desktop graphs or table. Starting from Eikon desktop, I click on right bottom of graph or table and I find the option to "My Downloads" and "Add to Download Manager" so I can find it on Download Manager…
-
WTCLc1 historical tick data in Eikon API
Hi team, we are trying to get the historical tick for WTCLc1 in Eikon API but its showing NA ek.set_app_key('DEFAULT_CODE_BOOK_APP_KEY') data = ek.get_timeseries("WTCLc1", fields = ['BID'], start_date='2023-11-22T00:00:00', end_date='2023-11-22T23:59:59', interval = 'tick') print(data) I checked in Eikon excel if we have…
-
How to automatically download a list of domestic investment trusts using VBA
Hi,I want to automatically download a list of domestic investment trusts list everyday using task scheduler. I think if I could write Excel VBA(32bit) by setting the Thomson Reuters .dll as a reference. Which dll and library should I use? and where do I find how to write code(ex:tutorial or documentation) Thank you.
-
Example of historical Index constituent retrieval
Could anyone please provide an example of how you would go about retrieving the index constituents for say the FTSE100 from 10 years ago? Thank you kindly!
-
Backend Login to Eikon Desktop Integration
Hello everyone, I'm currently working on a project and I need to implement a feature that involves logging into Eikon Desktop using my backend code. I'm using Java for the backend and calling python API to get data. I've been researching this, but I'm not sure about the exact steps or libraries I should use to achieve…