-
How to change API from Refinitiv Data Platform to Refinitiv Data?
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…
-
How can I find the RIC for green bond ISIN to download historical prices?
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…
-
Inconsistent results when getting history for expired futures contract
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",…
-
Bond and Counterparty ratings with Refinitiv Data (RD) library Python API
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…
-
API Update notification
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…
-
RDP API Keeping the session open
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…
-
Instrument Pricing Analytics - Pricing THB IRS gives only errors
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,…
-
Voting Right & Cashflow Rights Ultimate Owner
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…
-
401, token expired
I am using Colab to get data from LSEG by using the custom config: ld.open_session(config_name='lseg-data.custom.config.json') but when I get historical data: ld.get_history(universe="LSEG.L") get the error: LDError: No data to return, please check errors: ERROR: No successful response.(401, token expired)
-
Urgent Assistance Required for Refinitiv Eikon DFORequestTable Issue
Hello, I am trying to retrieve data using the Refinitiv Eikon DFORequestTable tool. Normally, I have no issues, but today I keep receiving the message "Waiting for response," and I am unable to retrieve any data. Could it be that my monthly quota is full or something similar? I urgently need the data for an assignment due…