Hi, I'm trying to use Dataiku to access lseg data. I'd like to confirm the endpoint url, app key, client id and client secret. Please confirm i'm using the correct information: URL: "https://api.refinitiv.com/auth/oauth2/v2/token" app key: app key generated from the API KEY generator app on the workspace desktop app.…
Hi, I have a LSEG Workspace account. I am able to lseg.data in python code when my desktop session is logged in. Can I also use lseg.data without my desktop being logged in by supplying credentials to a platform session? How do I use platform.ldpv2 which i believe is replacing the older the platform.ldp. This requires…
I encountered an error while using the ld.get_data function, but i have open a session by using "ld.open_session( config_name=".//lseg_data_config.json", name="desktop.workspace")"
Hi Dev Team, I'm looking to convert from SQLX to Python. Therefore, I am seeking confirmation that I would be able to accurately recreate the two Python scripts (examples) listed below through an API key, with the data from Workspace.…
Hello everyone. I would like to retrieve all existing bonds by country. For example, I would like to obtain the ISINs, RICs, maturities, and issue dates for France.
We aim to collect monthly financial data from January 2010 to December 2023 for approximately 8,000 ISINs for the following three variables: Total Number of Shares Outstanding Price-to-EBITDA per Share Price-to-Book per Share
Hi Team, I just wanted to check if there is any data consumed when using the function ld.get_history on RICs that are invalid or that I do not have access with as it will return N/As for such RICs. I know that there is a daily call limit of 5GB and I am a bit worried that pulling data for invalid RICs will cause…
I need to get all available RICs possible for a certain ISIN through python via lseg-data library as I need to get all contributors available. Before, I can do this using Eikon library as shown below. data = ek.get_symbology("GB00BFWFPP71", to_symbol_type='RIC', best_match=False) Tried, using symbology and…
# --------------------------------------------------------- # Test for Index weights (only works for current date, no historical data available) # --------------------------------------------------------- target_date = "2026-01-27" df = ld.get_data('.FTSE', fields=[ "TR.IndexConstituentRIC", "TR.IndexConstituentName",…
It looks like you're new here. Sign in or register to get started.