I am currently using Eikon to save bond OAS data regularly by first querying rdp / govsrch to get a list of bonds and then using eikon's get_data() to pull OAS for these bonds. I've noticed that the number of returns from this query varies greatly, sometimes I get 7k valid returns for the OAS data and sometimes I get 14k.…
Hi, The below instructions were given to me by one of your representatives. They said I should ask here for a resolution. I’m on a Windows machine running Python 3.11 via Visual Studio Code. I have installed refinitiv-data and eikon via pip. Eikon is running in the background. Scripts are running in Codebook without a…
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…
It looks like you're new here. Sign in or register to get started.