-
Migrating VBA Code from EIKON AdxRtList Library to Refinitiv Workspace
I am working on converting an Excel-based calculation tool that currently uses the EIKON AdxRtList Library to stream real-time underlying data. The goal is to adapt the VBA code so it works with Refinitiv Workspace instead of EIKON. Details: The VBA tool has the following components: A class module that interacts directly…
-
Migrate Eikon Favorites to LSEG Workspace
Hello, I had built all my charts at CHT format to Eikon and after name them all (e.g Cotton vs Crule) had them all in my favorites creating category files. After migration the CHT Eikon Format is not supported. Moreover, my favorite files have no name on them just their URL and of course my category files do not exist. |s…
-
Migrating scripts from eikon to lseg.data python module
Am looking to use my eikon Python scripts with Workspace now active, and am aware the Eikon API proxy will no longer be working from July onwards. Is there a way to ensure my scripts remain compatible after July? Related question - does just opening an ld.open_session() accomplish the same thing in Workspace as…
-
ld.get_history() and ek.get_timeseries() equivalent fields
We are migrating from Eikon Data API (ek) to LSEG Data Library (ld) Some parts of our codebase contain something like the following snippet data = ek.get_timeseries(series, start_date=start_date, end_date=end_date, fields=["TIMESTAMP", "CLOSE"]) So we got all of our time series of interest in one go. Now, the field "CLOSE"…
-
I recently migrated to Workspace from Eikon and am working to migrate our existing python-coded back
-
Where can I get the new API library in LSEG Worksspace
Hi, we are using in our internal .NET application the EikonDesktopDataAPI.dll from Refinitiv Eikon v4.0.58. Because of disappearing of Eikon on the end of June 2025 we want to use LSEG Workspace v1.24.159. Where we can get the library with API functions which replace EikonDesktopDataAPI.dll by Eikon?
-
Web socket API - Workspace migration
How does a client using web socket API is impacted from Workspace migration? What are the steps needs to be taken?
-
RFA Jar upgrade from version 5.2 to 8.2 for JAVA technology/API
Dear Refinitiv Support Team, Our project java base application currently uses RFA version 5.2, which has now become outdated. At the client’s request, we are in the process of upgrading to RFA version 8.2. Given that our application was originally built on the Market Data Layer interface, we are encountering challenges…
-
Login issues
* I have problem when get login to massenger or any workspace, how i can get access for this
-
When migrating from Refinitiv Eikon to LSEG Workspace, how do I import Eikon Favorites to LSEG?
When migrating from Refinitiv Eikon to LSEG Workspace, how do I import Eikon Favorites to LSEG?
-
WC1 - Update CaseId to match new system
Hi, I'm looking to call an API endpoint to adjust our caseIDs in Worldcheck1 to match our new backend system. Currently updating a record using the systemID, the call fails if the caseID posted doesn't match the one Worldcheck has for a given systemID (in the URL). WC1 returns a 400 server error "Case IDs must be unique…
-
Trouble with RTO version 2 authentication migration
Hi, I am following this guide for authentication migration. https://developers.lseg.com/en/article-catalog/article/ema-c-api-real-time-optimized-version-2-authentication-migration-guide In step 4, it requires to call a method that I don't currently see in the code base.
-
Missing types while upgrading RFA C++ API from 7.4.0.L1 to 8.2.2.L1
Hi, I am starting to study the impact in my application of upgrading RFA C++ API from 7.4.0.L1 to 8.2.2.L1 When switching to 8.2.2.L1 and trying to compile, it seems that some definitions are now missing: [Error] Libs/libKRT/Utils.c:256:46: error: 'EntitlementsAuthenticationStatus' in namespace 'RFASes' does not name a…
-
Can someone please share raw response return from Refinitiv for SFC C++ and RFA Java.
We are planning to migrate an app from SFC C++ to RFA Java.Our app act as a relay server. Can someone please share raw response of RIC return from Refinitiv for SFC C++ and RFA Java.(SOURCE - ELECTRON_DD ) Coud you please let us know if response format is different for both SDK and if yes, then how we can change format of…
-
RFA to EMA Java migration guide
I am working on migrating an app from RFA 8.1 java to EMA 3.6.x java. Is there a guide that can help me? At this point we have connectivity and I have an implementation of OmmConsumerClient that is receiving RefreshMsg, UpdateMsg, etc, but it's not obvious to me how to get the data out of these messages. How do I get…