-
Excel-VBA Command posting on behalf of a client
Could you please give me an Excel-VBA command to call the Workspace-Excel Menu-command Excel Menu “Workspace” -> Options -> Online -> “Shut Down”
-
historical estimated EPS for multiple periods
Hello everyone I require the historical mean estimate earnings per share from analysts for a company for multiple time periods forward. For example, the forecasts made in 2017 for the following five years 2017-2021, the forecasts made in 2016 for the years 2018-2021 and so on. I've seen that the reifinitiv eikon terminal…
-
Fewer Observations when downloading data again
Hello everyone, I am a PhD student and I've been using Refinitiv to download firm-level data for my research. I'm currently facing a problem. I downloaded my main dataset around September 2024. In March 2025, I needed to add another variable, so I re-run the same script to download the data through the Python API. The…
-
Error in the codebook: ScopeError: Insufficient scope
for key=/data/ownership/v1/views/fund/holdings, method=GET. Required scopes: {'trapi.data.ownership.adv'} OR {'trapi.demo-access'} Available scopes: {'trapi.alerts.publication.crud', 'trapi.frtb.sentimarization', 'trapi.search.metadata.read', 'trapi.graphql.subscriber.access', 'trapi.user-framework.recently-used.crud',…
-
Eikon messenger API
I am currently working on a project that requires extracting discussions from different group chats in Eikon Messenger using Python. To proceed, I need the following information and credentials: Eikon Data API AppKey Messenger Bot API credentials (bot_username, bot_password, messenger_appkey) Additionally, I would…
-
Workspace VBA Add-in
Client has downloaded the COM addin for Workspace to enable VBA but wants to know why he his file is not updating. Please see the images attached. Can send the file in question if needed. And client query below: "Can you please have someone who is an expect on the VBA side to confirm why these Public Functions are not…
-
Why does the LSEG Workspace “Company Tree Structure” Excel export fail for some companies?
I am using the “Company Tree Structure” feature within LSEG Workspace to export group hierarchy data into Excel. While the download works as expected for many companies, it consistently fails or gets stuck in a loading state for a subset of both public and private companies. This issue persists regardless of the account…
-
Historical Pricing with more than one underlying in excel vba
Hi, We used excel vba code with the old "RHistoryAPI.dll" to query the prices for several stock underlyings. In the new "LSEG COM Library for Workspace" I also looked at the example file for historical pricing from the website "https://developers.lseg.com/en/api-catalog/workspace-sdk/lseg-com-library-for-workspace".…
-
How to get AppInstanceId
I'm attempting to set up the Workspace SDK in container mode, but that requires an AppInstanceId, how do I obtain this? I have Refinitiv Workspace up and running, and can navigate to my webpage that has the app running the WorkspaceSDK, and I have the Loader.init set up with everything it needs, except I'm not sure where…
-
Client wants to extract fillings details via Python / RIC BERM.KL
Query: Is it possible that use python to extract the pdf file if the company have the PN17/GN 3 filling? For the excel just for clarification, cannot show in excel that whether this company have filling for the PN17/GN3? I just wanna detect whether the company is it under PN17 / GN3, or is there any method to check the…
-
Issue Registering LSEG COM Library for Workspace
Hello, After migrating from Eikon to Workspace, we encountered an issue with one of the COM Add-ins, RHistoryAPI.dll, which is now deprecated in Workspace. We were advised to switch to the LSEG COM Library for Workspace, which appears to be the appropriate replacement. However, we are currently unable to register the LSEG…
-
LSEG Workspace Excel Addin - startup load failure from C# app
Hello I try to open Excel workbook with LSEG Workspace COM addin from C# app but it fails to load addin on startup; while if I open same file manually addin loads correctly. please help me to open Excel file with workspace addin active through C#, thanks
-
Request for API Access – Last Change Rate Data for Process Automation
Dear LSEG Developer Team, We are currently working on automating a process that requires access to the Last Change Rate data from LSEG. As advised by Toshniwal, Harish, we would like to explore the feasibility of integrating with your API to retrieve this data programmatically. Specifically, we are looking for: API…
-
For Ticker MICR.NS we are are not able to get the financial statement date while accessing the works
For Ticker MICR.NS we are are not able to get the financial statement date while accessing the workspace using python from the below code. Can you able to assist us on this. ######eikon_download.py############## import eikon as ek import pandas as pd import yaml import time import re from itertools import repeat from…
-
I can display RICs in Quote window but I can't reach them via python in Codebook
Hello, I encountered an issue with some RICs (e.g. USDEURFIXE=WM, PLN=D3, 0#CSRRF) which I can display in Quote window in Workspace, but I can't reach them via python (neither in Workspace Codebook nor with external python). I have checked both with my internal teams as well as with LSEG support and it seems like I have…