What is the python code for the excel formula below: =@TR("AXXN.O^J92","TR.EPSEstValue","SDate=19901231 EDate=19870101 Frq=D Period=1fq1989 CH=Fd;IN;brokername;fperiod RH=calcdate")
I am using the get_news_headlines function to retrieve news from the API, and the query I am currently specifying is as follows. I would like to change this to "All Alerts OR Twitter" which I have newly set up on Eikon. all alerts + main news (Japanese, English, Chinese) q = 'Topic:NEWS1 AND All Alert AND (Language:LJA OR…
Hi everybody, i have two questions: 1. Is there any possibility to find out in detail why I am getting seemingly randomly a 429 response (get.data)? I have read very carefully the documentation (Eikon Data API Usage and Limits Guideline) and I can confirm that: * I am (as far as I can observe) not sending more than four…
Hi support team I want to download unadjusted stock price data. TESLA had a stock split on 2022-08-23. - Workspace is running while I download data via API If I use refinitiv.data API: import refinitiv.data as rd ... df3 = rd.get_history( universe=["TSLA.O"], fields=["tr.PriceClose", "tr.Volume", "tr.Turnover"],…
...ntation on troubleshooting Hi, good morning, I'm trying to run a refinitiv api from jupyter notebook and I'm getting connection errors. Important: I am doing this with the refinitiv desktop application open. Below I show the code: import eikon as ek ek.set_log_level(1) ek.set_app_key('********************') So far I'm…
Dear Team, I am interested in working with the Eikon Data API and started with generating the key and following the instructions from the tutorials provided. But I want you to confirm the App Id as inferred in the instruction book: You should save a text file with the file name (eikon.cfg) having the following contents:…
Hello, I have downloaded the yield curve of a bond benchmark using the following import refinitiv.data.eikon as ek curve = ek.get_data('0#ITXZ=R',['MATUR_DATE','PRIMACT_1']) Then I modify the yield curve by applying a parallel shift of 25bp via: curve['Shifted_Rate'] = curve['PRIMACT_1ì] + 0.25 Now I want to reprice a bond…
...nies Hello everyone, I'm working on a project where I'm using the "headlines = ek.get_news_headlines("R:BAYGn.DE IN ENGLISH")" with Eikon API to collect financial news headlines for DAX 40 companies over the past year. The challenge I'm facing is the API's limit of 100 headlines per request. If anyone has tackled a…
I'm using the eikon API to retrieve the subsidiary data from the refinitiv. I'm able to retrieve subsidiary information for level 1 subsidiaries only. I'm unable to retrieve the level2 or upto level n subsidiaries. I want my results to be in the form of dictionary. In short for a company tree, the result of the function…
...A API I've been working with the rdp.steamingPrices API for news headlines and the rdp.get_historical_price_summaries() function, along with some EDP functions in the EIKON DATA API. I've noticed some inconsistencies in the data I'm receiving, and I'm hoping to get some clarification on the concept of a "universe."
It looks like you're new here. Sign in or register to get started.