Hi, i am trying to get the historical time series data of the book value per share of a specific company and the earnings per share using the get_timeseries and the data item browser for book value per share i get NA using the get_data function i get a series but there is no date time. how should i do this?
Hello, I am looking to get historical options data for QQQ Call and Puts for different strikes through the API, what's the best way to get it?
when we start python program used apache and mod_uwgi , it will run failed File "C:\\refinitive\\rvapi\\urls.py", line 20, in <module>\r, referer: http://localhost:9004/ [Wed Oct 18 14:15:10.955154 2023] [wsgi:error] [pid 10140:tid 2148] [client ::1:64319] from web import views\r, referer: http://localhost:9004/ [Wed Oct…
I am trying to pull historical economic indicator with ek.get_data. While I was able to obtain the time series with ek.get_timeseries, the date returned was in the period which the indicator was responsible for (ie If I'm looking at the CPI released on Oct 12 2023, the data reported was responsible for 2023-09-30. I saw a…
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…
It looks like you're new here. Sign in or register to get started.