Is there a way to see expiry dates for the LME 3M contract for trade dates in the past via API i.e I'd like to find out what the 3M expiry date was when trading on 21 March
Using the lseg.data library, I would like to download the latest traded price TRDPRC_1 and settle price if available. I have access to historical data using ld.get_history() but mostly empty data sets using ld.get_data(). Can you confirm python script that should work for Cc1 and Sc1 and/or a way to see if our subscription…
Hi community! I am trying to find more information about how best to configure the lseg data library for Python. I am interested in connecting to an AWS endpoint that is closest to my servers. How can I configure this? I am familiar with service discovery, but I cannot seem to find a way to change the configuration of the…
Hi community! I am connecting to pricing streams using the LSEG Python library (version lseg.data==2.0.1) Here is a sample code. I am then able to register callbacks with the stream and listen to the data. session = ld.session.platform.Definition( app_key=api_key, grant=ld.session.platform.ClientCredentials(…
Hello I'm trying to connect to the lseg.data library via an API in Jupyter notebook and when trying to open a session as per below, I get an error message. session = ld.session.platform.Definition( app_key = "My App Key", grant = ld.session.platform.GrantPassword( username = "My Useer Name", password = "My PWD"…
Hi, I'm using the following code to import historical data for a stock in Python: ld.get_data(universe = "ABBN.S", fields = ['TR.CLOSEPRICE.DATE', 'TR.CompanyMarketCapitalization'], parameters = {'SDate': Start_Date, 'EDate': End_Date, 'Frq': 'D'}) Now I would like to import the price-to-book ratio. What is the best way to…
Dear Support Team, I am experiencing issues with server connectivity when using rd.get_data in Python to retrieve data via API. Recently, I switched the library from Eikon to Refinitiv. While using rd.get_data, sometimes the function returns data immediately, but other times it takes a long time to respond and eventually…
Hi, I would like to know the RSI calculation used on all standard reuters charts. My issue is that I have tried the pandas_ta.rsi function as well as the talib RSI function for the ric 'LCOc1' and others. These values are completely differnt to the ones I see on the chart. please see below my code and output:…
Hello, I am looking for a way to download ESG news for all S&P 500 companies using the Refinitiv Data Platform (RDP) API or the Eikon API. My goal is to retrieve articles, headlines, and any relevant information related to sustainability, governance, and ESG criteria for the companies in the index. Specific Questions:…
Hi Team, Please can someone check the below and provide resolution. *** EXTERNAL EMAIL *** Very good Denis – we’re definitely one step closer now. I’ve changed the password and… import lseg.data as ld APP_KEY = "ee1aca4f4d86445bb6d980c533b95686d86716b4" RDP_LOGIN = "cip@vitol.com" RDP_PASSWORD = "..." session =…
It looks like you're new here. Sign in or register to get started.