The most recent content from our members.
Is there dll file for Workspace API? such as Refinitiv.Data.Core.dll?
Is the functionality C# in Python available in Workspace? If not, is this functionality within the roadmap of enhancement in Workspace?
We recently moved from Refinitiv Eikon to Workspace and the plugin does not appear to be pulling daily instrument prices as it used to. Wondering if there might be something that needs to change in the formula that pulls the prices? Example: =@IF(B3="","",IF(AND(VALUE('Date &…
Hi, I'm quite comfortable with the Eikon API and I'm making an effort to embrace the newer LSEG API. I know that with the RDP API it was possible to do: from refinitiv.data import eikon as ek However, I don't seem to be able to do that with lseg.data. Is it possible to import eikon from lseg.data, and if so, how?…
When migrating from Refinitiv Eikon to LSEG Workspace, how do I import Eikon Favorites to LSEG?
Hi team I have difficulties converting the following line of code from the Eikon API to the Refinitiv Data API in Python. Could you please help? import eikon as ek # splitted_list is a list of RICs.…
Years ago I programmed some macros in Eikon that capture and save in a folder on his PC hard disk the graphs of about 200 RICs (stocks, indices, currencies, etc.). They are graphs that have studies, annotations, trend lines, Fibonacci, and that are generated in daily and weekly format. The macros convert all the graphics…
I would like to thank all the people involved in the Eikon to Workspace Upgrade. Thanks to all of you, the upgrade was painless!! No problems. Everything was moved from Eikon to Workspace including hundreds of DataStream Charts. In addition, my Python code to download data works fine. I was dreading the process and was…
I am migrating a solution from Eikon to Workspace. Here is code to pull some daily bars: import sys import refinitiv.data as rd import pandas as pd import datetime rd.open_session(app_key =<>KEY) Symbol_T = sys.argv[1] Date_T = sys.argv[2] universe = [Symbol_T] df = rd.get_history(universe, end = Date_T,…
1. Is the Workspace API compatible with Eikon Desktop Data API or is there a need to revamp the application? We use EikonDesktopDataAPI.dll. 2. Does the Workspace API support leased line connection?
It looks like you're new here. Sign in or register to get started.