On Eikon API: ek.get_news_headlines("( R:AAPL.O OR R:GOOG.O OR --- many more rics in between ---- OR R:IBM ) and Language:LEN AND ( Source:RTRS OR Source:FT )", count = 100) I noticed that I receive a lot of news items that are not so important. I noticed that in the output I receive many headlines that are not so relevant…
Hello, I'm working with Brazilian date and found that for some stocks, when I retrieve the price date, the query returns multiple lines for the same date. Is this because my date field is based on TR.PriceClose (i.e.,TR.PriceClose.Date)? Here is the code (FYI, this RIC is an equity forward. The underlying is PETR4.SA)…
Hi, I am unable to get the price and volume data using the below code. df, err = ek.get_data( instruments = ['LXRH24'], fields = ['TRDPRC_1', 'CF_VOLUME'] ). I am getting this error message: module 'eikon' has no attribute 'json_requests'
i need to fetch close and settlement prices for expired options and futures contracts . please assist for the following : 1. Please let know the exact syntax for constructing the RICs for expired contracts for both futures and options . 2. second need to know the exact command to get the close and settlement prices for the…
Hello dear community, I am trying to retrieve the following data (time series, from 01.01.2003 to 01.01.2015) from companies using their ISIN code as reference in the Eikon Refinitiv add in in Excel: S&P's, Moody's and/or Fitch's (depending on data availability) credit ratings on the same bonds; value of the bond issue in…
I am trying to pull in some economic indicator timeseries data. However, I've noticed that some of the data points are not showing the latest or updated data. Quick example if USPFDB=ECI (Philly Fed Business Index). We had the December release yesterday (21 Dec 2023), however when I pull in the data using…
Please help mofidy the following codes: The client is looking for the formula : And code returned the future dividends estimate by analysts, but I need this for each month in the next fiscal year (NTM) period, not only last value of 2024 (2024-12-31). dados, err = ek.get_data( instruments =…
I am using python 3.9.2 version and eikon 4.0. I am trying to enable Eikon Data API for python and on trying to install the python library using 'pip install eikon', I am getting the following error messages stating 'Could not find a version that satisfies the requirement eikon', 'No matching distribution found for eikon'.…
Item: Error: { "Error": "Failed to open OMM stream - streaming services are unavailable. Verify log details and ensure you have permissions." } I am getting error when attempting to connect to Ekion from and in house application. This was working before, nothing had changed. I've already checked with the Refinitiv account…
I use the get_data API to download USA municipal bond data by deals. However, I get much less observation compared to screen based on "Date deal was created". I wonder how is the download limit of USA municipal bond data by deals? How to get the full data?
It looks like you're new here. Sign in or register to get started.