Welcome to the LSEG Developer Community
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,…
Posting this for a client. I’m able to get vol surfaces for what’s currently live, but not for historic surfaces (ie expired options). I’d be keen to a long history of vol surfaces and see how well it does at pricing list vol options for a longer history For example: TY@RICROOT with xAxis=Date, yAxis=Delta, if I try and…
I have a few questions regarding how Workspace handles historical data: 1. RIC History: If an instrument's current RIC is "Z" but it was previously "Y", does retrieving historical prices for RIC "Z" automatically include the data from the period when it was "Y" without indicating the change? Could you confirm this…
Hello Team, Client wants to pull up the most recent data per month for below data point. The client is pulling historical data, they're getting values from 2020 even though the request is for a month in 2026. Is there a way to return only the latest data using get_data, including a column for the date of that data point…
Is there a way to retrieve constituents of ETFs,e.g. VAS, IOZ, directly using DSWS or any other desktop APIs (Workspace/Eikon Data API, LSEG Data Library, etc) from Codebook?
It looks like you're new here. Sign in or register to get started.