In the Eikon API in python, I want to get the RevenueMean for S&P500 Components for the next 10 financial quarters, on a point in time basis. So in 2022Q4 the revenue mean for FQ4 should be the available estimate at 2022Q4 for 2023Q4, not the estimate at 2023Q4. I tried this code but this just gives me the shifted…
Hello, I am using the Eikon API to retrieve data from the I/B/E/S database. I am looking at the field TR.ROEEstValue, instrument DBKGn.DE. From the Eikon GUI, I see that the following date attributes are available: "Date", "Activation Date" and "Stop Date". What are the corresponding the corresponding attributes in the…
this is on behalf of a client, Powerseller: Our existing side-by-side interface with Eikon allow us to start the Eikon environment, when it is not already open, with Eikon API .Net calls like these: * EikonDesktopDataAPI.EikonDesktopDataAPI.IEikonDesktopDataAPIEvents_OnStatusChangedEventHandler() *…
Eikon API keeps getting timed out always, changing the Timeout time by using ek.set_timeout(1000) does not change any anything, While the same code runs on my colleagues' computers irrespective of the app key. The following are the steps I tried: * Changing network time between Private and Internet * Trying to fetch the…
...rly 2010s to the present day using CODEBOOK API How to to gather daily returns data for all US-traded equities from a period starting from the early 2010s to the present day using CODEBOOK API
When will c# api be available in Workspace?
Hi, I am new to Eikon Data Api, and I am using it on R studio in a Windows 11 environment. I am trying to search company reports in the Advanced Research Search (New) app library, and my searching criteria is: 1) Country = US, 2) Report type = Company, 3) Date = All. This gives me 25,618 total reports, and there is an…
How can I obtain historical prices for expired bonds in an automated way? Obviously, it works if I do it manually (by looking up the RIC in Refinitiv Workspace’s user interface) Using script below, it does not get the RRPS RIC of these matured expired ISINs: import refinitiv.data as rd from refinitiv.data.content import…
Hi, I am using Python to connect to Eikon using my windows 11 PC. When I tried to run the following code: import eikon eikon.set_app_key('app_key') The terminal returned with the following errors: 2024-09-11 14:26:31,219 P[8112] [MainThread 3920] Error on handshake url http://127.0.0.1:9060/api/handshake : ReadTimeout('')…
...asses? Hi, say TUYA INC has three different instruments trading, 2391.HK, TUYA.K, & TUYA.N the average trading volume (30 days) on DIB are: 8,533, 722,378, and 125,254 respectively, I was wondering if there's any way to obtain the aggregate trading volume - 856,165 of an security using Refinitiv.Data? Thanks
It looks like you're new here. Sign in or register to get started.