-
Are there any new methods on pulling expired options data?
Hello! I am currently utilizing an updated version of script functions posted below to obtain valid RIC codes for expired options data. Since this method is much more costly compared to pulling active options from existing chain codes, do any new techniques exist for finding expired options RIC codes? I will appreciate any…
-
Downloading data by industry code
Hello, I was sent here after opening a ticket at the help desk. I am trying to download data through python for a certain number of industries for a few specific variables. Here is the code that I'm using but it's not working. import eikon as ek import pandas as pd # Set your Eikon API key…
-
Historical Sector Composition & Price Data
Hi, Which datafield in the Refintiv Data Platform is equivalent to the "RI" (Return Index) from Datastream? Moreover, how can one extract historical GICS sectors (e.g., for COMS.OQ^D10)? I have tried the rd.get_data() and rd.get_history(), but no data appears available. Hope you can help. Thanks.
-
Publishing into RSSL services / cacheLocation ssl
Hi - I can send off-stream posts into non-interactive service, or other services where the cacheLocation is srcApp What do i need to enable in the source config on the ADH to enable Off-stream posting into an interactive source app Thanks Martin
-
ESG Methodology (Error?)
Hi, There appears to be a typographical error in the "Environmental, Social and Governance Scores from LSEG" report published in October 2024. On page 4, the acronym "ESGC" is used, but from the context, I believe it should read "ESG", given the specified methodology. Can you confirm this? Thanks.
-
LSEG Workspace Excel Addin - C# program load fail
We are migrating from Excel Eikon to Excel Workspace. Currently, we are using a C# program to automate the process. However, while we can load the Excel Add-in in Eikon, we are unable to load the add-in after switching to Workspace. Here is a sample of our C# code: using Excel = Microsoft.Office.Interop.Excel;…
-
We get "No connection or service is currently up that supports this request" on RTC Access
We have multiple RTC Access's connecting to multiple ADS to pull data, sometimes we get "No connection or service is currently up that supports this request" when pulling data using the RFA OMM Viewer. Users have also reported issues in Workspace. We then have to restart the RTC Access for it to work
-
API for Eikon vs Workspace Data
Client is currently testing the API for Eikon vs Workspace and the output are different for some fields related to Deals. Attached is a screenshot for your reference. Can you please check if this is normal and what is the reason behind this? Do we have the correct way of getting the data? (Attached screenshot from API) I…
-
extracting permids of all companies with esg score on refinitiv
Hello, I am looking for the code to extract via the code book all the permids of companies in refinitiv for which we have esg scores, the name of those companies, and their esg score. Could you please help me ? Alex
-
Failed to convert to UTF8 in RmtesBufferImpl::toString()
Hello, We're receiving the above noted messages via OmmInvalidUsageException thrown when processing rmtes fields on some of the RICs in Market Price domain. The code in question is as follows: … auto [item, _] = m_rmtes_values.try_emplace(field.getFieldId()); // Create new RmtesBuffer or return the existing, for a given…
-
Historical closing price of stocks using API
I have a dynamic set of stocks (RICs) for which I want to get the closing price data from say last 6 years on daily weekly and monthly level in USD. How Do I do that using LSEG APIs.
-
How can we use the API function IS-WORKING-DAY from localhost?
Hello, For our internal .NET application we want to use the POST API function is-working-day from localhost. Unfortunately, we cannot find it on the localhost http://localhost:9005/api-docs/#/apps to call it. We can connect to Workspace from our app and want to know how can we find this function in localhost
-
Using Getdata function to Get CUSIP based on RIC
Hello! Sorry, I need to change a bit about my question. When I was using Getdata function in Refinitiv Workspace API, I used RIC to get CUSIP (and I set the parameter: 'SDate' and 'EDate', I tried to make they are the same day to get the certain day's data). However, most of the transfer is right, some of the CUSIP I got…
-
Cannot find the needed Workspace functions on the API Playground
Hello, We upgrade our internal .NET application which currently uses Refinitiv Eikon version 4.0 .NET API. Because of migration to LSEG Workspace from Eikon we try to modify our application and use the new functions from LSEG Workspace. Currently we have 2 functions from EikonDesktopDataAPI in use in our application:…
-
Sentiment analysis on historical news for a portfolio
Dear all, I am an early-stage user of the API environment, please excuse me for apparently redundant questions. My aim is to gather management pay-related news from the last 365 days for every company in my portfolio (fewer than 550 RICs) at each fiscal year-end over the past 20 years, and perform sentiment analysis on…