Hi, I hope you're doing well. I have a quick question regarding the following script: ts_result = ek.get_timeseries( ric, fields=['CLOSE', 'HIGH', 'LOW', 'OPEN', 'VOLUME'], start_date='2009-01-01', end_date='2025-04-02', interval='daily', corax='adjusted' ) Could you please confirm whether the price data retrieved with…
When running the command eikon.get_data("SMI", ["TR.PriceClose"]) within a local python script, I'm getting an AttributeError (see attached screenshot).
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…
It looks like you're new here. Sign in or register to get started.