Message from client We have noticed several connection timeout exceptions this morning. Can you please confirm if these were planned or was it a legit issue? 2025-01-03 10:14:59.268 ReadTimeoutException: many timeouts until 2025-01-03 10:19:56.986 .ReadTimeoutException It is this URL GET…
Client is using the python API and are trying to switch from refinitiv.dataplatform to refinitiv.data. As an example they sent two different scripts from those two libraries and what they want to get is the same output for the following fields: ‘MarketValueInDealCcy’, 'VegaAmountInDealCcy', 'ThetaAmountInDealCcy' using the…
When trying to get historical WTI spreads I cannot find appropriate RIC to use. In 2023 for some reason the RICS changed from 1 digit year to 2 digit years. When attempting to get history for a 2023-2024 spread pair all logic seems to breakdown. I used the refinitiv search: import os import requests resp =…
I obtained a list of green bond ISIN via rdp.search() tool using python. For this list I then wanted to download historical prices. This also worked for most of the green bonds. I obtained prices between 2018 and 2023 using rdp.get_data(). However for some ISIN only bid prices are returned and no ask prices or spreads. I…
Hi all, I found something wierd that may be a bug, wanted to hear your thought. I'm looking into getting historical price data for a futures contract, base RIC : JTIZ4, that has matured, so its current RIC is JTIZ4^2, per the RIC RULES. So logically, when I try to do : rd.get_history("JTIZ4") Or : rd.get_history("JTIZ4",…
Hi, is there a way to retrieve Bond and Counterparty ratings with Refinitiv Data (RD) library Python API? There are ISINs for Bond ratings and ticker codes for Counterparty ratings. Do I have to find RICs for those ISINs and ticker codes and use those RICs in RD library to search for the ratings? OR is it possible to get…
Dear developer community i want to rise an issue regarding API update received based on subscription. indeed, mails received don't indicate API concerned and not give the possibiliy using links to go directly to the API concerned by notifications. i received today 4 notifications regarding API update, i d'ont know which…
HI, I am using the RDP API to get bar data for several algos we are running. Until now my code work flow has been to Login, get bars, Logout. But I am running into Login limits, exceeding the allowable limits. So I need to able to keep a session open and request bars as and when I need them from the same session. Can you…
I used to be able to price an IRS like this: def get_thb_legs(fixed_rate_pct:float=None, floating_spread_bps:float=None, receive_fixed:bool=True, notional_amount:float=100): fixed_dir, float_dir = ('Received', 'Paid') if receive_fixed else ('Paid', 'Received') fixed_leg = { 'legTag':'Fixed', 'direction':fixed_dir,…
Hello everyone, I have the following problem. I want to identify the ultimate owner of a company. For this ultimate owner I want to calculate the cash flow and the voting rights. It is very likely that there is no specific variable for this. However, is there a way to see the voting rights and the cash flow rights for the…
It looks like you're new here. Sign in or register to get started.