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
I am using Python to retrieve some data. But the API will be disconnected from time to time.
New user of Code Book inside Eikon API. I want to start with LEI and find corpororate information like parent LEI and industry code. Input: ZYBR0GI2DCOB4RV8NO37 Output industry group: debt fund
use "pip install refinitiv-data" installed package, the py file only have 1 line "import refinitiv.data as rd" . got folllowing error: "ModuleNotFoundError: No module named 'refinitiv.data'; 'refinitiv' is not a package"
It looks like you're new here. Sign in or register to get started.