
Eikon API Deprecated Recommendations - LSEG Developer Community
May 20, 2025 · The LSEG Data Library is the recommended API one. Eikon and its libraries will be end of life this year. Please see the Quickstart for this library and the available samples on the GitHub.
How to Transition from C# Eikon to Workspace
Apr 10, 2025 · However, with the discontinuation of the Eikon service, we understand that we need to transition to using Workspace. We would like to adapt the above code to work in the Workspace …
EIKON API to see news flag and sentiment
eikon_question.PNG Hi Team - i would like to use EIKON DATA API to extract news + sentiment score and filtered by only important mark. Is this possible and what would be the best way?
Eikon Data API Error: no proxy address identified.
2020-09-24 17:06:31,343 P [3832] [MainThread 16040] Error: no proxy address identified. Check if Eikon Desktop or Eikon API Proxy is running. 2020-09-24 17:06:31,347 P [3832] [MainThread …
Latest version of Eikon API Proxy for MacOS
Hello everyone, I have Macbook, thus I use web version of Eikon. As I understand, my problem could be solved with Workspace, but as I have only Eikon for Commodities, they cannot grant access to …
Convert python code to ‘import eikon as ek’ - LSEG
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', …
Retrieving annual reports using Eikon API — LSEG Developer Community
I would like to download the annual reports for a list of U.S. companies using an Eikon API.
error: Refinitiv Domain Connection Check - Private Network ... - LSEG
With the log, we can check if it is a problem in the API or Eikon. Regarding Eikon network settings, please refer to the Refinitiv Eikon Networking Guide on MyRefinitiv. Otherwise, you can contact the …
Generate app key for eikon API - LSEG Developer Community
I want to access data from a jupyter notebook, using the eikon API. For that I need to have a file called refinity.cfg with the following two lines: [eikon] app_key = <my_app_key> Where can I get …
How to extract Total Net Assets of a fund with Lipper Code using eikon ...
I have a lipper code : LP68514290 and trying to extract the field 'Fund TNA (Millions)' I am not able to find the corresponding field name in Data Item Browser capture.png