I'm using the below code to get the data but the response we're getting is not what we want . I have attached the screenshot of the code with response we're getting with the excel sheet which contain the type of response we want. Can you please help with the code to use? df, err = ek.get_data( instruments = ['AAPL.O'],…
I would like to read out the currency for an instrument. For this I use the following code: import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['NESN.S'], fields = ['CF_CURR'] ) display(df) The result is not the currency but a number (for NESN.S -> 756). How do I get the currency 'CHF'? Is there…
Using Eikon data API to fetch the EURIBOR3MD= I am getting delayed data while fetching it through API using the code : df1, df2 = ek.get_data(instruments = ['EURIBOR3MD='],fields = ['CF_LAST']) display(df1) like for now the realtime value is 3.988 but through API I am getting 3.980 which was previous day. Need to get…
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…
It looks like you're new here. Sign in or register to get started.