Hello, I am trying to download the Private Equity/VC data through the API. import refinitiv.data as rd from refinitiv.data.discovery import Screener rd.open_session(name='platform.rdp', config_name="./refinitiv-data.config.json") screenr = "SCREEN(U(IN(Equity(private))), BETWEEN(TR.PEInvestRoundDate,20251225,20251231),…
Why leaving fields "" gives permission error ? Example: df_ss3 = ld.get_history( universe=[#"TMCU0", ".SPX" ], start="2017-01-01", end="2050-12-31", #change this in 2050 interval="weekly", count=None, fields="" # This pulls ALL available historical fields. Add specific fields like "BID" to get specific columns. Multiple…
for CCB financial market, the digitalization team has deployed a strategy that runs on every trader’s desktop. It works normally for everyone else, but for one particular trader, the system returns “application ID Invalid.” What could be the reason? P.S.: This trader’s terminal ID is valid, the terminal itself runs…
Could we generate most read/viewed policy changes or news items in renewble industry in last two years? On desktop News Monitor app we could only generate Most read news in last 1 month. This question is from our client. Please contact me directly to discuss if easier. Thanks,
# =============================================# REFINTIV FUNDAMENTAL ESTIMATE HISTORY# (CORRECT CH/RH VERSION)# ============================================= import warningswarnings.filterwarnings("ignore") import refinitiv.data as rdimport pandas as pdfrom tqdm import tqdmimport time # =========================#…
Hi team, is there an excel template or python script that I can run to see if my list of companies are having any sorts of corporate actions? It there is, can you please share it with me? Thanks.
I use this code to retrieve CNH data, but it seems to be unavailable at the moment. Any suggestions? Code: import refinitiv.dataplatform.eikon as ek import matplotlib.pyplot as plt from matplotlib import rcParams import datetime import matplotlib.pyplot as plt import pandas as pd rcParams['font.family'] = 'Helvetica'…
I'm using the Eikon Data API (Python eikon library) via the desktop proxy. During development, I accidentally sent a burst of ~400 get_news_story() calls without proper rate limiting, which triggered a 429 "Too many requests" error. The 429 now blocks all API calls, including simple ones like ek.get_data("ZAR=",…
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 =…
It looks like you're new here. Sign in or register to get started.