-
replicate Sector Revenue Growth Qtr YoY % in python
I have this excel formula, How do i replicate this in python=@RDP .Data(DK7:DK5000,"GRWAVG(TR.CompanyMarketCap,PERCENT_CHG(TR.F.TotRevenue(Period=FI0),TR.F.TotRevenue(Period=FI-4)),universe=""univ"")","Period=FI0 NULL=BLANK")DK7:DK5000 is the universe pulled up using screen_expression = (…
-
Extract time series of 50D moving average and price close for a list of stocks
I am interested in getting a timeseries of 50D moving average and price close for a list of stocks We have the tickerlist_str = "'AADA.NS','ABB.NS','ABOT.NS','ABUJ.NS','ACC.NS','ACEL.NS','ACMO.NS','ADAG.NS','ADAI.NS','ADAN.NS'" technical_averages = ['TR.Price50DayAverage', 'TR.PriceClose'] tech_avg_df =…
-
Eikon Data API key not working
I have just installed the LSEG Workspace app for MacOS, and I am trying to connect to the Eikon Data API through Python (3.14). I seem to have a connection error. Initially, the error message said "No proxy address identified". I then followed the trouble shooting instructions…
-
Get last quarter data instead of annual data from ld.get_data?
I have 2 requirements: 1) Get last quarter data for a few metrics one of them is mentioned like Total Revenue 2) Get scaled version of the metrics like 'TR.F.DPSComGrossIssueByPrdEndDate(Scale=2), does adding Scale = x works everytime? I am hoping scale=2 divides by 10^2 or something. for solving 1) I have tried to use the…
-
Query regarding pulling percent change data using API
I need to pull up 1M Price change data and percent change data for financial metrics like EPS and Dividend yield for a selected universe. How do we pull them up using the ld.get data end point. Universe: RELI.NS, ADEL.NS, BRTI.NS, How do we get this?
-
Extract ESG related data items
Hi Team, would you know if we can extract all of the ESG related data items in python API? See screenshot attached. We are looking for some guidance which works similarly like the DIB app in LSEG Workspace. As you can see, in the DIB app, user can use the Content Classification filter to display all of the related data…
-
Workspace + refinitiv.data – Analyst EPS history: some brokers visible, others “Permission Denied
Hi everyone, I’m working with Refinitiv Workspace and the Refinitiv Data Library for Python (refinitiv.data) for academic research on analyst EPS consensus. My goal is to retrieve analyst-level EPS broker estimates over time for an equity (here: ASSAb.ST), so that I can study how individual analyst contributions to the…
-
How to get Bloomber ticker and address of any fund?
What's the Eikon formula (TR.) to get Bloomber ticker/id and address of any fund?
-
Can you let me know the difference between Eikon data base and Refinitiv Data base?
Can you let me know the difference between Eikon data base and Refinitiv Data base?
-
Obtain news headlines and news stories through Eikon API
Hello! I am looking to replicate the search of Topic:AAA AND "S&P". Is it possible to do this using the eikon package?
-
Requesting access to trapi.data.research.read / trapi.alerts.research.crud scope for Research API
Hello, I am a student at the University of Toronto. I am trying to access Aftermarket Research reports via the Refinitiv Data Platform API. Currently, my account can generate tokens, but the access token does not include the required scopes (trapi.data.research.read and trapi.alerts.research.crud). As a result, I receive…
-
429 - Too Many Requests, is this mean I reach the date request limit? I just want to confirm how yo
429 - Too Many Requests, is this mean I reach the date request limit? I just want to confirm how you define one request. For example, if I run ld.get_history(universe="AAPL.O=", interval="1min", start="2025-09-15", end="2025-09-16"), does that count as a single request?
-
GET CONSTITUENTS OF AN INDEX USING PYTHON CODE
How do I get the constituents of nifty 50 which is depicted by INNSE50 or .NSEI , I can see that on the datastream navigator but i want to extract via python code. I am trying to use this, df, err = ek.get_data( instruments = ['INNSE50'], fields = ['TR.IndexConstituentRIC', 'TR.IndexConstituentName'], parameters = {…
-
HOLIDAY LIST using Eikon API in Python Dataframe
I tried to get the Holiday List using Eikon API in Python but no help, can we get in Python pandas dataframe so that we can use it and play with it ? Please see attached my query in python script.
-
Eikon APIs not working
The eikon apis repeatedly show "Error code 429 | Client Error: Too many requests, please try again later." even for simple queries. How can we fix this? Attaching screenshot.