How do i get the latest market price for instrument Apple, i.e during market trading hours. via get data and get time series.
Hello, I am getting errors when connecting/using Eikon Data API with Workspace, I am using PyCharm.
I want the data like, suppose the period_end_date is 2023-06-30 and earning _release_date is 2023-08-03 , I want the multiple revision of the analyst estimates for that quarter from 2023-06-30 to 2023-08-02 i.e before the one day of earnings release(on quarterly basis not annual basis). Please help me to achieve it.
Hi, my plan is to do textual analysis on news articles to predict stock prices, either of specific companies or the stock market as a whole. In the python API, how can I get the headline, text, and time of publication of all available news articles (and/or other text resources) concerning a specific company? Or just a…
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…
It looks like you're new here. Sign in or register to get started.