Hi all, The problem is that when I ran the following codes, I found that the returned value was only the latest market value of the bond, but I expected to get a time series. Bond_fields = ["TR.ASKPRICE.date", "TR.ASKPRICE", "TR.MarketValueAnalytics", "TR.CleanMarketValueAnalytics"] Bond_RICs = ["78490FHF9="] df, err =…
Hi Team, We are trying to replicate the formula and result below in Codebook API Formula: =@TR("MSFT.O","TR.CategoryOwnershipPct","SDate=0CY EDate=-5CY StatType=1 CH=categoryvalue RH=effectiveTo") The closest we were able to get is by using this syntax and result: import refinitiv.dataplatform.eikon as ek…
Dear Refinitiv team, We’re looking to get FX data via restful API (only for EURCHF=, bid and ask of which we’ll take the median). In other words, we want to know which of your API simply returns the real-time exchange rate of a currency pair. Next question: how can we make calls to this API? Many thanks, Lukas
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.
It looks like you're new here. Sign in or register to get started.