Hello, I have a list of some say 8 stocks in a dataframe from a sample universe of 4000 stocks. The stocks are listed by their RIC. I want to calculate the daily return & derive that output in a different column. the data frame sample will look like below: RICS on left side & prices on right side. How can Eikon API have a…
Is there a way to get dividend yield data for all US stocks and ETFs in bulk using a Python API?
I am doing the following Request in code book, that i need to replicate in C# import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['NCSM.O','ZYNE.O'], fields = [ 'TR.PriceClose', 'TR.Volume', 'TR.PriceCloseDate' ], parameters={ 'SDate': '2024-09-11', 'EDate': '2024-09-01' } ) display(df) And i get…
hello, i have a query on .....As the stocks in the list of time series function are in different currencies, what code can be used in a function: * to get the currency * convert all those in to home currency? thanks in advance RS
Hi Team, We have use Code like this one: import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['LP68702800','LP68611492'], fields = ['TR.ISIN', 'TR.FundName','TR.FundObjective','TR.FundRIESGEnviron','TR.FundRIESGGov','TR.FundRIESGSoc'], ) display(df) These fund RICs are active so we are curious why it…
I am having issues with connecting to API via the APP KEY - it sucessfully works initially however after some time or restarting my computer when I try connecting with the same appkey it then suddenly fails and trying http://127.0.0.1:9060/api/status I get connection refused. If I generate a new appkey and then use that it…
I have just tried to install the refinitiv library for python on my computer. Unfortunately there are “unsolvable” version conflicts - see screenshot attached Apparently the library only supports outdated pandas (max 1.6.0) versions (I have installed 2.2.2), which are not compatible with the installed Python version…
i need help for Eikon api python, to generate a code for m&a deals screening: worldwide deals, announcement date between 01.01.2010-31.07.2024, status completed, The deal value >$1 million, Both acquirer as target are Listed on a stock exchange, The acquirer holds <50% of the target’s publicly traded shares before the…
While trying to fetch data from Refintiv API this week, I am currently facing below error. Cna you please check why this below error occured, This was working fine last week, but started facing issue from this week. Please check RDError: Error code 403 | <html> <head> <title>Forbidden</title> <style type="text/css"> body {…
As our economic data's logic is blur, I cannot find out via which Ric i could get USUM1P=ECI 's latest published data. the Ric CF_Last not work. And eikon.get_data('USUM1P=ECI', ['ECI_ACT_DT', 'ECON_ACT', 'TR.IndicatorLastObservationDate']) not work either
It looks like you're new here. Sign in or register to get started.