-
Port 9000 error in EIKON api
I have issues using the python api. The code is working when colleagues run it but I get errors on the port 9000. Se attached file. I have followed your tutorial, https://developers.lseg.com/en/article-catalog/article/eikon-data-api-python-troubleshooting-refinitiv, and do get "positive" results all the way but the logging…
-
LSEG data download via RStudio
Hi, I am a Mac-user, so I'm trying to download daily JSE data via R while logged in my desktop Workspace. I am using this AI-generated code (see attached) to do this but it reports error 400. Could you please assist? Thanks
-
Can Workspace API get story for news sources outside Reuters?
Hi, Can we call the story of a news in Workspace API where the news source is not from Reuters? For example, a user has a subscription to a News source for example FT. In Workspace News application, the FT news headline will be available and to view the full story, you need to click on a link, and it will redirect you to a…
-
Is Transcript available in the LSEG Data Library?
Hi, I would like to ask if the Earning Transcript is available for an API call or if there will be a plan to add it to the library if it's not? Regards, Dan Gabriel
-
MnA Deal Information
Hi, I would like to retrieve additional information about deals via the api, but I can only appear to get deal value. Is there a way to retrieve other target financials also? Sample code: screener <- 'SCREEN(U(IN(DEALS)),IN(TR.MnATRBCActivity,"5020101011"))' fields <- c( "TR.MnASDCDealNumber", "TR.MnAAnnDate",…
-
US Equity mutual funds
Hello, I am looking for historical data on US Equity mutual funds. I am conducting research on the following topic: The aim of the research is to explain how the compensation structure of portfolio managers affects their risk-taking in mutual funds and how this behavior is reflected in the performance of the funds. I tried…
-
Error on handshake
My code starts like this: import eikon as ek ek.set_app_key("my_key") I never got any errors. However, lately it hasn't been working anymore and I'm getting the following error: 2026-02-05 10:15:43,992 P[32556] [MainThread 44800] Error: no proxy address identified. Check if Eikon Desktop or Eikon API Proxy is running.…
-
client is facing issues extracting data in API, for some days data is missing
If I try to fetch data for January, I can see some periods are missing on the 25th and 26th, but when I tried this on last week, I found that more than two days were missing, but this is just an example. Now, if I make the call for February, I am missing periods on the following days: 3, 5, 6, 7, 8, And for the rest of the…
-
Emissions Data via Workspace Codebook
I am downloading emissions-data with the Workspace Codebook app (see code below). I was wondering how to obtain a variable that indicates the year to which the emission data refers to. To my knowledge, ".date" gives me the reporting date, but I haven't found a variable on the year/fiscal year for which the data was…
-
API Key / Codebook Local Access
Hi, Is it possible to download data from the Workspace without using Codebook? I.e. with an API key. Or accessing your local drive in Codebook to read/write?