-
How to get buy, hold ,sell for a particular ticker by analysts. Ill be using the API.
How to get buy, hold ,sell for a particular ticker by analysts. Ill be using the API. I tried through excel: =@RDP .Data("VOD.L","TR.BrkRecLabel","CH=Fd RH=IN;brokername;analystname",B2)
-
How get data from chart in .net c#.
I am raising this on behalf of client. Client has raised this over Contact Us, Query: How get data from chart in .net c#. PCA Power Curve Analytics Library .NET LSEG.DATA how to extract data using CurveID Then, client has reverted with: We need the Cloud API (RDP) access for PCA / Environmental to be activated by LSEG.…
-
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…