I am trying to retrieve the date when an analysts recommendation changed from the I/B/E/S data. I can see different items that detail the change but not when the change was made. What is the data item that we need to get this date? In Workspace you can see this as review date or recommendation date in the recommendation…
As shown in the title, I received the error of too many requests. I was guessing the RIC name was wrong, since PLF24 could be found in the searching bar. However, PLF4 also showed up but the page content was empty. Can anyone tell me which RIC name should be the correct? What is the pattern of the commodity future RIC in…
It shows Microsoft Visual C++ Runtime Library ---- Assertion Failed when I am trying to run a search function with Admin right. Is it because my Microsoft Visual C++ setting has some issues? Thank you. After click Abort:
Hello, I have been trying to extract news from Eikon via the API. By using Python with ek.get_news_headlines and ek.get_news_story, I am able to extract the news. From News Monitor, I saw that Eikon has identified the affected RIC in one of the columns. E.g. in the screenshot below we can see MGM.N , TWNK.O being…
When retrieving news headlines or the news story, is there a way to get the RIC? I am not using the RIC in my query...
Hi, We are a Workspace user and have developed a series of dashboards using Python / Streamlit library. When trying to containerize our app with docker we face issues as the docker image is unable to detect that Workspace is open and running. 1. What would be the best practice of consuming the real-time streaming data with…
Hi everyone, a client is currently struggling to extract GICS sectors based of of company names only via Nikon Data API. The company names may not necessarily be similar to the ones used in EIKON. Client has no other symbology available like ISIN etc.
Installed fresh python 3.11 / fresh eikon and getting below error and can't for the life of me solve it. Code is simple streaming price pull : sp = ek.StreamingPrices(instruments=["LCOc1"], fields=['CF_LAST']) sp.open() Important bit of error is: await asyncio.wait(task_list, return_when=asyncio.ALL_COMPLETED) File…
I am using the following code: data = lib.ek.StreamingPrices('SON3U3-Z3', fields={'ACVOL_1'}) data.open() df = data.get_snapshot() print(df) but the output is as shown in the photo attached PFA but the following data is available on reuters As we can see there is net change and volume as well and these are the correct RIC,…
I ran into some issues retrieving the data.There is data for some RICS on the UI, but when I try to get the data via the API, it returns NA. Additionally, if I use the SDate and EDate parameters to collect data for a range of certain dates, I also receive data for earlier dates. However, I only want the data in those…
It looks like you're new here. Sign in or register to get started.