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…
PROV_SYMB = 'm2401'; RIC_CODE = 'DSMF4';
Hi team, One prospect wants to know if the earnings report date is limited to 10 years. Currently, he uses the following request: rd.get_data("TSLA.O", fields=["TR.TotalAssetsActual","TR.TotalAssetsActualReportDate"], parameters={"SDate":"1999-01-01", "EDate":"2023-07-31", "Period":"FQ0", "Frq":"FQ"}) The result look like…
Hi, since two weeks, I'm getting the following error: Refinitiv Eikon API | Error code 401 - Eikon Proxy not running or cannot be reach when I'm calling the timeseries fct in the eikon API (python and I'm log-in on refinitiv). sample code: import eikon as ek ek.set_app_key('"xxxxx") aggregate_swaps =…
It looks like you're new here. Sign in or register to get started.