-
Incident inquiry: unhandled exceptions from Refinitiv Data Delivery (StartPollingAsync)
Incident inquiry: spike in delivered news volume + exceptions from Refinitiv Data Delivery (StartPollingAsync) + application restart. Problem description (what we observed) Around 2026-02-09 23:00–23:30 CET (2026-02-09 22:00–22:30 UTC) we observed an unusual and very large spike in the number of delivered/published news…
-
Is it possible to access to the RIC using the company name?
-
replicate Sector Revenue Growth Qtr YoY % in python
I have this excel formula, How do i replicate this in python=@RDP .Data(DK7:DK5000,"GRWAVG(TR.CompanyMarketCap,PERCENT_CHG(TR.F.TotRevenue(Period=FI0),TR.F.TotRevenue(Period=FI-4)),universe=""univ"")","Period=FI0 NULL=BLANK")DK7:DK5000 is the universe pulled up using screen_expression = (…
-
How to get unique delisted stocks using RDP search?
I am trying to get the delisted stock's details using RDP search. But there are multiple entries of the same stock(different share class, different listing location, etc.). Here is the code that I am using to pull the data: df = rdp.search(view = rdp.SearchViews.EquityQuotes, top = 10000, filter = f'''…
-
How to get daily deliverable basket data for a bond future?
how can we get historical baskets for the first bond future contract? if we use a historical future ric, we will get an error saying that market data don't exist.
-
Hi, I’m trying to retrieve the Equity RIC of a company in the Codebook. Is it possible to do this us
import refinitiv.data as rd import pandas as pd rd.open_session() # List of company names to search for company_names = [ "TAKEDA PHARMACEUTICAL CO LTD", "EURONEXT NV", "BAXTER INTERNATIONAL INC", "EMERSON ELECTRIC CO", "FIDELITY NATIONAL INFORMATION SERVICES INC", "FISERV INC", "INTERNATIONAL BUSINESS MACHINES CORP",…
-
'UniverseContainer' object is not subscriptable
Hi, I am trying to get a price history for tickers that meet certain criterias, so I run : rd.get_history(universe = ['TFMBMH6', 'TFMBMK6', 'TFMBMJ6', 'TFMBMM6', 'TFMBMN6', 'TFMBMF7', 'TFMBMV6', 'TFMBMG7', 'TFMBMZ6', 'TFMBMH7', 'TFMBMX6', 'TFMBMJ7', 'TFMBMU6', 'TFMBMQ6', 'TFMBMK7', 'TFMBMQ7', 'TFMBMM7', 'TFMBMN7',…
-
FX Forward Curve Constituents
Hi, I am trying to source FX Forward curves via Python. The first step is obviously to get the constituents of the curve under consideration. If we consider RIC= "ZAROR=FMD", the following is working: from datetime import datetime, date import json import lseg.data as rdp import pandas as pd import ref rom…
-
how to get the historical closing price of FRGOV10YZ=R
df = ld.get_history(universe="FRGOV10YZ=R", fields=['ZERO_YIELD1'], interval='monthly', start=start_date, end=end_date )
-
Pull In US OIS curve for all tenors using an effective date
Hi guys, I want to pull in Pull In OIS curve for all tenors using an effective date i.e. i want to see what PIS curve across all tenors was last month EOM etc. Also if you have any papers on the identifiers for the python api to pull different curves, CDS, fx?