Hi, I am using ek.get_news_headlines to display a dataframe of 5 news articles for a particular company. i.e. df = ek.get_news_headlines('GOOG.O AND Language:LEN', date_from='2021-01-01T09:00:00', date_to='2023-06-30T23:59:59', count = 5) The above works fine at display the last 5 storyId's... but i'd like to use the…
Can you please provide instructions and an example of how to access RTDS feeds via the Workspace API with Python?
How can I use the API to pull operating metrics for all constituents while specifying the as of date and period? For example, TR.TotalRevenue, for last 12 months (or 4 quarters), as of 4/30/2022
Hi team client encountered this execution error: Runtime Error The Object 'DfAddPeriod' Method Fails 'iAdxdateModule, has this something to do with the Eikon version? current version of Eikon is ( 4.0.53 )
Hello everyone, I've been using the Eikon API with Python in the past, especially for downloading Company Fundamentals. However, in recent days I've been encountering connection issues. Here's the specific error I've been getting: 2023-10-13 10:43:00,004 P[23252] [MainThread 22548] Error: no proxy address identified. Check…
I have following few queries : 1.) what is the limit of getting data through the code given below like the eikon data api has 10000/day! rd.open_session() rd.news.get_headlines() 2.) why i am getting this error refinitiv.data._errors.RDError: Error code 503 | Backend error. 503 Service Unavailable 3.) What are the other…
I'm able to pull the index constituents as of a particular date, using: df = ek.get_data('.RUT', ['TR.IndexConstituentRIC', 'TR.IndexConstituentWeightPercent'], parameters={'sdate':'2022-04-30','edate':'2022-04-30'})[0] holdings_list = df['Constituent RIC'].str.cat(sep = ', ') How can I use the API to pull operating…
...but not available using the Screener, does that mean can't download information regarding that variable? Hello, I am trying to download time-series data regarding company geographic revenues and assets. Using the Data Item Browser, I can see a "Geographic Total Assets" variable. However, when I use the Screener…
Hi, I'm trying to use eikon.get_data() in python for downloading historical data of curve points. RICs examples: "AAAUSDD10Y=", "BBBUSDD5Y=","MEXICOUSDG4Y". I have tried different field names but can't get historical data. Which ones should I use? Or even if there is a way to download the hole curve using python with the…
Hi, I want to fetch the merge and acquisition data for a RIC where the RIC is as target not acquiror. Like I want to find that the RIC WTB.L (Whitbread PLC) is acquired by any another company. Is there a way where we can specify the RIC as target and find its acquiror company or is there any field for it. Please help me…
It looks like you're new here. Sign in or register to get started.