-
LSEG Data Library for Python - extended documentation for valid parameter values
Where can i get full documentation of all the valid arguments that can be used with the LSEG Data library for python? For example, the get Fundamentals data function takes a dict for the parameters argument - where can i get a list of all the keys and definitions that are supported for this arg?…
-
LDError: 'dict' object has no attribute 'url'
Currently, I am encountering an error when using either rd, or ld while making data requests through the API gateway. The error is: "LDError: 'dict' object has no attribute 'url'". Please assist me with this issue.
-
about start / end parameters
I have a question regarding parameters. I found the start param is inclusive and the end param is exlusive on this forum, but I am unable to retrieve the data a s expected. df=get_history(universe= "MCU0", fields= ["OPEN_PRC","HIGH_1","LOW_1","TRDPRC_1","CASH_SETL"],start='2024/12/6',end='2024/12/10') [out] MCU0 OPEN_PRC…
-
Please help with this code, since I am unable to make this code work "OLS Regression[3]" from RDP wi
The chart table is not returning any values for OLS regression. Full code below and I have highlighted in bold for the code on "OLS Regression[3]". import getpass import refinitiv.dataplatform as rdp # the RDP library for Python import pandas as pd import numpy as np import cufflinks as cf # to plot graph by pandas data…
-
lseg python API
What is the best and easiest way to create a single dataframe with time series of NAV of funds and close of equities or indexes using a lseg formula such as get_data or get_history ? i can't easily have both in the same dataframe. thks
-
How can we know which fields are available for returning time stamps using get_history?
I am trying to receive time stamps (more granular than daily) using get_history. I know there are different intervals that I can select, and I can return time stamps with certain items. I am curious if there is a way to identify which fields can be retrieved for time stamps using get_history. I understand get_data function…
-
How can I pull VIX index price data via BigQuery?
I would be particularly grateful for some sample code. Thank you!
-
Starting the CIAM migration process using Python
We just learned about the need to upgrade to V2 authentication. We have generated a service account, and have a key. The next step is to ?replace? our existing Python client. I assume we should be using the library here ; it shows some examples. Are there a working versions of these examples? Stepping through the library…
-
How to retrieve programmatically all the upcoming corporate actions of a given stock?
Hi team. Hope you're doing well. I'm trying to retrieve programmatically all the upcoming corporate actions for a given stock. I can get this calendar in Workspace as you can see below. Can someone help me ? Thank,
-
When LSEG Data Library for .Net is released.
Please let us know when LDL for .Net will be officially released for external users even if it is not specific date? The client needs to test with the LDL for .Net until WS upgrade completion.
-
Mining business development research
I am starting to conduct some mining business development research. Is using the excel add-in the most efficient tool for this? Is there a page or link where I can find some further information on how to make this research as efficient as possible? I essentially want a workbook breaking down the mining operations in…
-
Parameters format does not work
I am raising this on behalf of client. Why does this script/parameter format does not work? import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['AAPL.O'], fields = ['TR.F.TotRevenue'], parameters={'ReportingState': 'Orig'}, ) Kindly note that I have given this below script (codebook) to the client…
-
Monitoring multiple subscriptions, sessions - RDP .NET
Hi, We're using the Refinitiv Data library in a way similar to this example to create a subscription to SQS and poll news from the queue. Could you please let us know if there is a way to monitor created subscriptions or sessions across different machine IDs? There is a queue manager, but it only has access to…
-
Hello, I need help installing lseg python library
You'll find below the error message generated. It seems there is a problem with Numpy dependency. The version of Numpy is 2.1.2 . ---------------------------------------------------- PS C:\Users\VVMD250\OneDrive - LA POSTE GROUPE\PYTHON> pip install lseg-data Requirement already satisfied: lseg-data in…
-
Obtaining PermIDs and Deal Advisor Codes from LEIs
I have a list of firm LEIs and need to obtain PermIDs and Deal Advisor Codes for those LEIs to download basic information about the Equity Deals in which these firms were involved as Bookrunners, Co-Managers, or Financial Advisors. Can I do that in the CodeBook environment?