Dear all, my aim is to search for the voting power of the shareholders at each FY end, searching for the different shares issued by a company. In this example, I have two Volkswagen and two Google shares. By inspecting different variable in the DIB app, I built this Excel formula that I dragged over different cells…
Dear LSEG Support Team, Greetings. We have been using the EikonDataAPI NuGet package with C# to access Eikon data. Below is an example of the code we have implemented: using EikonDataAPI; IEikon eikon = Eikon.CreateDataAPI(); eikon.SetAppKey(EikonApiKey); Dictionary<string, string> dic = new Dictionary<string, string>();…
Hello, The second problem with get_history(): sometimes, for some requests the function returns nothing. Empty DataFrame. There is no way to get any details on what happened. The behavior is not consistent. Right now I see an empty DataFrame for this request: dataFrame = ld.get_history( universe= ["INDJ25"],…
I am trying to pull data from Refinitiv using Python via an API key. Normally, I use an Excel add-on, but this time, the data I need requires a lot of iterations, so I had to revert to Python with the help of Chatgpt, although I am not confident using it. As expected, the code generated by Chatgpt doesn't work, and I…
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…
For the code below - not able to get RIC data. kindly suggest any other way via python which i can run on lseg internal platforms like Sparrow. error is "Exception infer_objects() got an unexpected keyword argument 'copy'" <code>import os#from dotenv import dotenv_valuesimport lseg.data as ldfrom lseg.data import…
This was already mentioned here: ld.get_history with interval=1d (or daily) and with start=day1 , end=day10 - does not return information for da1. So, if I want to request the data for 1 day only where start==end date, it returns no data. I have a workaround to deal with this using using date-1day as a start date, but this…
Hello Eikon Developer Team, I am encountering an issue when using the ek.get_news_headlines() function in the Eikon API. Recently, when fetching news headlines in my project, the following traceback error has started to occur: Traceback (most recent call last): File "main_8.py", line [105], in <module> df_new =…
1 PROBLEM: TO OBTAIN A VALID TOKEN. We follow the code from this webside, but the first linea is not defined (what does it made for? Problema: la primera línea no está definida (¿para qué sirve?) 2 PROBLEM: TO EXECUTE THIS FUNCTION _requesttNewToken(None) IT GIVES MANY ERRORS such as "SCOPE not defined" and "requests not…
It looks like you're new here. Sign in or register to get started.