-
Infrastructure 360
(I apologise in advance to those to whom this question may sound stupid.) I have just started using the LSEG data. I would really like to connect the "Infrastructure 360" app in Python, but I cannot seem to find a way to get the data through the API. It would be extremely useful to obtain the geolocations of the projects,…
-
Why does this code snippet return an empty list? I need the Asset Type set to Mutual Funds.
import refinitiv.data as rd from refinitiv.data.content import search rd.open_session() df = search.Definition( view=search.Views.FUND_QUOTES, select="RIC,TickerSymbol,DocumentTitle,ExchangeCode,AssetStateName,CommonName,ExchangeName,FundType,FundClassCurrency,IssuerCountry,AssetType,", filter="AssetStateName eq 'Active'…
-
ESG ratings by deal announcement day and company
How can I get ESG scores for target companies? I am using excel.
-
How can I form a list that I could use in screener?
How can i form a list that I could use in company screener? Especially, can I form a list in Deal screener and use it in company screener to retrieve ESG related data and other financial data? If yes, how the list should be built?
-
suppose i have a bunch of ricCode, how do i get the historical earnings announcement date ? for 'ASX
-
CURVB via python
Hi, is it possible to download (or replicate) the information from the CURVB app into Python? Specifically, I am looking to generate the information screenshoted from the CURVB app directly in Python.
-
Accessing Ownership Data via WS Codebook - LSEG Data Library
Client Name: Federico Vicentini | Case 15406907 Account: Graduate Institute of International Development and Studies Product: WS For Students Query: I am trying to use the Codebook App to utilize the LSEG Data Library to access Ownership data (to which I have access through Workspace). Unfortunately, I receive a 403 error…
-
Using EOD report template to retrieve historic prices?
Is it possible to use EOD report template to retrieve historic prices? (must avoid using TimeSeries templates). This is in xml format via sftp requests to Datascope Select Is it possible, any hints?
-
fields error using ld.get_history with LSEG workspace version desktop1.26.412
I was using python3.13, it returned the following error. But when checking DIB for bond futures and interest rate futures, there exists 'CF_BID','CF_ASK','CF_LAST','CF_HIGH'. How can I solve the problem? ld.get_history( universe='TYU2^2', fields=['CF_BID','CF_ASK','CF_LAST','CF_HIGH'], interval="hourly",…
-
Ownership Contact Email Address
Why are there certain companies wherein Contact Email Address is not aligned in Python. Sample companies are OILI.NS’ , ‘ASPN.NS. Data is aligned in both excel and product. Code used : import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['OILI.NS'], fields = [ 'TR.FirmInvestorId(SDate=2025-08-31)',…
-
How to set up and activate EIKON API for bond data loading
Hi team, I am a beginner of LSEG and want to set up EIKON / LSEG APIs to load historical data or economic fixings using Python. Could you please provide a step by step guide for: Enable data loading via API using Python, e.g. system setup, key creation and etc. Please provide a Python example using this case…
-
HisoricalPricing not returning today as most recent date
HI, When I use RDP.HIstoricalPricing on "LCOc1" (and also various currencies) in Excel, it returns data with today (Nov 5) as the most recent row. This is the formula that Workspace creates when you export a chart to Excel. When I run this code in Python, it returns data with the previous session (Nov 4) as the most…
-
Getting Fund's Constituents is not working
Hi, I am currently using the funds\v1\assets endpoint of the RDP API to retrieve all constituents of a fund via the “Holdings” property. However, I keep getting an empty result, as shown below: { "assets": [], "totalRecords": 0, "fromIndex": 0, "toIndex": 0, "pageNumber": 0} Does anyone know if I am using the correct…
-
Price target data
Hello, How can I use Python to extract the underlying data for something I see on the terminal? For example, recommendations and target price trends.
-
I would like to ask info about the timestamp of EURHUF data from the Refinitiv python package.
Raising it on client behalf I would like to ask info about the timestamp of EURHUF data from the Refinitiv python package. How do I know if it is my time (Budapest, right now UCT+1). Please explain how to get the data to match my perception, I can't fix my mismatch 388.4 2025-10-28 12:35:43 EURHUF= BID ASK Timestamp…