-
SUM of TSVWAP using LSEG Data Library for Python
Do you know why the 1st value from df = ld.get_data(universe = ['LSEG.L'],fields=['TR.TSVWAP(CALCMETHOD=SUM,POINTS=2,Frq=D,SDate=0,EDate=-40)']) and df = ld.get_data(universe = ['LSEG.L'],fields = ['TR.TSVWAP(CALCMETHOD=SUM,POINTS=20,Frq=D,SDate=0,EDate=-40)']) are the same (in this case 8954) when one should be the sum of…
-
Downloading CDS Spread
Hi, I'm trying to compute the CDS-bond basis for each company (reference entity or issuer). The data I have now is the companies' names (e.g., 'VOLKSBANK WIEN AG') and their corporate bonds (with ISINs). To compute the CDS-bond basis, I first need to download CDS spread and bond yield for each company. For the former, I…
-
API related
Hi team sharing client's query when using the LSEG API, I have noticed that whether I download a certain field for "FQ", or "CQ", the values are different, even for firms where the fiscal year end is 31/12, so fiscal and calendar quarters should align (as far as I understand). Do you have any idea why that might be…
-
lseg-data (RTO) 2.1.1: "Session is not opened" on Azure Linux Web Apps
We’re seeing the following error from lseg-data 2.1.1 (Python 3.11) when calling ld.get_data(...): First observed: 16 Jan 2026 (UTC). We’re confident this flow worked prior to the week commencing 5 Jan 2026. Error ValueError: Session is not opened. Can't send any request File…
-
Help Needed: RDP Account Setup, Access Permissions, Integration Guidance, and Learning Resources
Hi Team, I am looking for guidance on how to get started with the Refinitiv Data Platform (RDP) and need clarity on several topics related to account setup, access, learning resources, and integration options. I currently have an active LSEG Workspace account, and I would like clarification on the following: 1. Account…
-
I have defined my rule to generate signal, how to get that live on mail/or pop-up/alert message.
For Example: If RSI touches 80, then I need to get this signal over mail/pop-up message/alert as I cannot be on codebook screen always.
-
EU HQLA, ECAI Credit Quality Step, Special ECAI Credit Quality Step Fields Downloads
Hi everyone, I’m trying to download the following regulatory attributes for a specific bond: EU HQLA classification ECAI Credit Quality Step Special ECAI Credit Quality Step Could you please advise how to access these fields via: Workspace Terminal Refinitiv/LSEG Data Library for Python Datascope Select (template name and…
-
LSEG Data Library for Python is Slow
Hello, We want to pull settlement price data for commodity futures using lseg's data library for python. Currently we're using the workspace plug-in for excel, but we wish to migrate this to using the API. When I try to pull the data for ~900 contracts using the API there is a substantial amount of latency (we let it run…
-
differences between refinitv data and quarterly report
Hello, I'm using the following function to download oil production data and other variables. I’ve noticed that sometimes Q4 information is missing, or it differs significantly from the quarterly reports. Could you please explain how I can fix or reconcile these differences? import refinitiv.data as dl…
-
ESG Bonds and RCSFIClassificationCodes
Hi! I am looking at ESG bonds issued by firms. I am trying to understand the RCSFIClassificationCodes variable, which for each ESG bond outputs one or more lists the following structures:{'Code': String, 'CodeDescription': String, 'CodePermID': String, 'IsESGStandard': Boolean, 'Type': String, 'TypeDescription': String,…
-
Build a Corporate Bond Universe for UK
Hi, I'm trying to build a UK corporate bond universe via the following two methods. The first is that I use the LSEG workspace. I click on the 'Search Tools' and then choose 'Bonds'. I filter as follows and get the results, as shown in the screenshot. I get around 2,000 bonds. The second is that I use the…
-
As the error message still persists, it seems I hit the limit of requests per day (
Why this error occurs: The error typically appears when the number of API requests exceeds the allowed limits. This can result from high usage patterns or inefficient code execution. Key API Limits to Keep in Mind: Requests per second: Maximum of 5 requests per second, counted across all client applications connected to…
-
could you please provide specific information about the associated limit, i.e. how are requests meas
Hi! I am using the LSEG Data Library for Python. As I am currently in the development phase doing lots of testing, I just got the message "Error using get_history_func>get_history (line 212) Python Error: LDError: Too many requests, please try again later. Requested universes: ['CLc1']. Requested fields:…
-
How to create agents using N8N?
Hi Team, I have a Workspace Client who is learning to create agents using N8N. The client is planning to create his own agent one day and hope it will be able to access Workspace via an API. Additional client verbatim: "It is my understanding that most software providers are providing api keys for ai agents, like N8N,…
-
I'm working in codebook using a jupyter notebook.
I'm working in codebook using a jupyter notebook. I have some data in an excel which I want to add to my analysis. I have dropped the excel file into the same folder in codebook as my Jupyter file, however the following code cannot load the file into the Jupyter notebook: Lombards =…