how to get the python script for this formula which gets the Mid Yield as of 7PM Paris Time. Please use sample RIC: FR0014005SE7= if needed This is the formula we have for excel. =@RDP.HistoricalPricing("FR0014005SE7=","MID_YLD_1","END:26-May-2026:19:00 TIMEZONE:PAR NBROWS:1 INTERVAL:PT1M SOURCE:RFV",,"RH:Timestamp")
I was downloading market cap information across countries using the line below: TR.F.MktCap(SDate=0,EDate=-25,Period=FY2025,Frq=FY) However, some RICs provide repeated information and too many rows. The above linenormally provides 26 rows as per 26 years, however for 'SIG.AX' for example, it returns 50 rows with half of…
Hi LSEG Developer Community, We are trying to identify whether the LSEG Data API exposes the reference swap curve used by LSEG to calculate swap spreads for corporate credit curves. For a given LSEG corporate credit curve, we need to retrieve the “IRS Chain” reference RIC: the swap / native base-rate curve that LSEG itself…
Client query: is there any chance of getting this data for specific years, such as 2022, 2023, and so on? I have access to the API via Python, and I do a lot of my work that way, as it’s easier for certain tasks. Do you know if it might be possible to do it from Python? And resolution provided was: I have reached out to…
Hi Team, using the code: from __future__ import annotations import os from datetime import timedelta from dotenv import load_dotenv import lseg.data as ld def main() -> int: load_dotenv() required_env = ["LSEG_APP_KEY", "LSEG_USERNAME", "LSEG_PASSWORD"] missing = [name for name in required_env if not os.getenv(name)] if…
I would like to download media data (please see screenshot) in LESG workplace with both titles and actual articles, but couldn't find where to download. The Save button here seems to only save the search. Manually copying and pasting is not realistic for the case since we need a large amount of data for analysis later. Is…
Posting on behalf of client Client wants to get all private companies in API. As per product specialist, this data can pull using below excel formula. Kindly convert below excel formula to API =@TR("SCREEN(U(IN(Equity(private))/*UNV:Private*/), IN(TR.HQCountryCode,""IS""),…
Environment LSEG Data Library for Python (lseg.data / formerly refinitiv.data) Portfolio Analytics (PAL) via the portfolio-analytics and o-management endpoints Python 3.11, running in CodeBook What I'm building I reconstruct a portfolio's closed positions (fully sold or redeemed in the past) from PAL transaction history,…
It looks like you're new here. Sign in or register to get started.