For one story I got different result for TEXT and HTML formats. The example is below: import refinitiv.data as rd from datetime import timedelta from IPython.display import HTML rd.open_session() url = "urn:newsml:newswire.refinitiv.com:20230828:nL4N3A91S1:1" story = rd.news.get_story(url, format=rd.news.Format.HTML)…
Hello everyone, I'm currently working on a project and I need to implement a feature that involves logging into Eikon Desktop using my backend code. I'm using Java for the backend and calling python API to get data. I've been researching this, but I'm not sure about the exact steps or libraries I should use to achieve…
Hi Team, I'm running the following script in Codebook and works fine: ----- import refinitiv.dataplatform as rdp import plotly.graph_objects as go import pandas as pd import numpy as np from datetime import datetime from dateutil.relativedelta import relativedelta…
I am successfully using the C# Eikon Data API to retrieve various information and now need to work with getting SOFR information. I see that there is currently a list of SOFR RICs such as S1RX3, S1RF24 etc. in the SOFR_Futures window. These appear to be year specific, such as the suffix 24 being used for the year 2024. I…
Can someone help me break a large request for data into smaller chunks to I avoid overloading the server? Here is the offending Python for universe in [",primary", ",countryprimaryquote"] : exchange_filter = "" name_suffix = "" if(universe == ",countryprimaryquote") : exchange_filter = "IN(TR.ExchangeCountryCode,'US'),…
Hi all, I am hoping for a little help. In Visual Studio I am running some code and am getting an error with import requests, when I run the code, it tells me no module named 'requests'. However, if I run the same code in Jupyter notebook it works fine. I have run pip install requests in my environment and it is already…
...ing Eikon API ? For ticker (RIC) EFIV.N , I want to pull DERIVED HOLDINGS (Full Holdings). How can I pull that using Eikon API ? Below is the screenshot from Eikon.
Hi All, In a simple time series, how do you convert the timestamp, which is in an index to a pandas column formated in dateimte?
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 looks like you're new here. Sign in or register to get started.