-
Is something happening with RIC 'PMNT.K'?
I am looking for very simple annual TR.CompanyMarketCapitalization data but I am encountering issues with PMNT.K, my Refinitiv desktop app freezes and the Refinitiv data python api throws an error code 416. Yet, the company seems to be regularly traded, and I cannot reproduce the same problem with any other RIC I am…
-
Eikon API Issue
Hi, I’m trying to pull some data from the Eikon API. I am following this guide: https://developers.lseg.com/en/article-catalog/article/Getting-Top-News-Energy-Headlines-and-stories-using-Eikon-Data-API However, I’m getting the following error:
-
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…
-
Problems to download Earnings Conference Call from Refinitive
Hi everyone. I want to download Earnings Conference Call from Refintive. The destock app mentions that I have to install a “Batch Print/Save App”. However, I couldn’t install the “RefinitivWorkspaceBatchService.msi” available in the app. Do you know how to solve this issue? Alternately, is there a way to download the…
-
How to pull future dividend projections and earnings dates?
Using .NET - is there a field name for the next projected dividend with full details on dates, type, currency? So far I have only been able to pull historical data. How can I pull the next projected earnings report date and time as well? Please use AAPL.O as an example.
-
Adjusting Eikon Desktop Auto-Sign-off Threshold
In the Eikon Desktop application, I've noticed an automatic sign-off feature that occurs after a period of inactivity. I'm wondering if there's a configurable threshold for this auto-sign-off, and if so, how can I adjust it to keep my session active for a longer duration, or until I manually sign off?
-
Regarding Eikon API
I want to fetch the timeseries data without running the refinitiv desktop or app running in background. And also I have to run my script on server. How I can do that.
-
Trouble using server-side functions in API
Hi, I’m having trouble correctly using server-side functions AVG and SUM. I would like to iterate through dates and get the average price for a preceding number of trading days. The API returns results to me that are not what they should be. Removing the AVG function and just requesting the preceding three days of prices…
-
How to get events like conferences, presentations, road shows, annual meetings in C#
I would like to get various events such as: conferences, presentations, road shows, annual meetings from Eikon using the C# API but I am having a hard time finding fields which represent these. Doing a basic query for events doesn't seem to return such events. So my two questions are: 1) Does Eikon provide such events? 2)…
-
Eikon Data in Python: Refintiv Workspace vs. Eikon
Hi, we are currently using Eikon Desktop to activiate the Eikon Data API in order to receive eikon data via Python (GUI: Spyder, Package "eikon"). Unfortunatelly, we have to migrate to a Windows Server Environment. To my knowledge, Eikon Desktop has no server version, therefore, we can not install or use it in the new…
-
How to check the version of Eikon and how to update it
Hi. The problem hasn't been solved, but I need a quick answer, so post a separate question. I want to check the version of eikon, not the library, and ask how to update it to the latest version. I think it's related to the problem on this link.…
-
Eikon Desktop on Mac OS X for accessing the Eikon Data API
I am trying to use the Eikon Data API on Mac OS X, but it fails with a proxy error (same issue as here: https://community.developers.refinitiv.com/questions/91124/shown-up-eikonerror-error-code-401-eikon-proxy-not.html). I therefore installed Refinitiv Workspace, but after logging into it, it fails to start saying that…
-
Discrepancies/Errors between Python API and Refinitiv Eikon Data (Daily Errors)
Please see "Discrepancies/Errors between Python API and Refinitiv Eikon data" for previous explanation of issue. This is an issue that I have been trying to resolve with the Reuters Customer Support and Development Community for over a month now. Here I am providing a compiled list of today's errors that I found. I see a…
-
SetupDataRequest - error: "Index was outside the bounds of the array"
Eikon Api 1.8.4.0 Hi, I have a function which tries to request the last 50 bars. It works fine most of the times, but sometimes when there is a new request, I get "Index was outside the bounds of the array" as error message back. Any idea why that is? "INTU.O error with hist request:" System.IndexOutOfRangeException: Index…