-
Increased memory usage during message rate bursts
Hello, We are experiencing increased memory usage in our application built on Release Real-Time-SDK-2.2.3.L1 · Refinitiv/Real-Time-SDK. The memory usage grows during periods of message rate bursts and does not decrease thereafter. Over period of days this leads to memory usage reaching critical levels, requiring the…
-
Historical Pricing with more than one underlying in excel vba
Hi, We used excel vba code with the old "RHistoryAPI.dll" to query the prices for several stock underlyings. In the new "LSEG COM Library for Workspace" I also looked at the example file for historical pricing from the website "https://developers.lseg.com/en/api-catalog/workspace-sdk/lseg-com-library-for-workspace".…
-
API Playground Error
Hi, I noticed in this example on the API playground the interpolationMode is specified as ForwardMontoneConvex. Yet when examining MarketData the interpolationMode is CubicSpline: Is this a bug?
-
How we can disable the SSL verification in the python implementation/code?
how we can disable the SSL verification in the python implementation/code (see below)? Additionally, is there documentation for the python API for the lseg.data component? We found this but I cannot find the specific information we are looking for: Refinitiv Data Library for Python [cdn.refinitiv.com]. Can you please point…
-
Disable SSL verification
how we can disable the SSL verification in the python implementation/code. This is the error ERROR: An error occurred while requesting URL('https://api.refinitiv.com/auth/oauth2/v2/token [api.refinitiv.com]'). ConnectError('[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate…
-
How to set up and activate EIKON API for bond data loading
Hi team, I am a beginner of LSEG and want to set up EIKON / LSEG APIs to load historical data or economic fixings using Python. Could you please provide a step by step guide for: Enable data loading via API using Python, e.g. system setup, key creation and etc. Please provide a Python example using this case…
-
put together an aggregate measure of 5-year wholesale bank funding spreads
I'm trying to use LSEG to put together an aggregate measure of 5-year wholesale bank funding spreads (Holdco, Opco and covered bond) issued by the Big 6 UK Banks (Santander UK, Barclays, HSBC, Lloyds, Nationwide, and RBS). How would I go about doing this please? Research: It can be done through LSEG Data Library for…
-
403 error when hitting s3 presigned url
Hi, I am retrieving the token and getting the presigned url just fine, but when I run this code out of my own AWS environment I get a 403 when trying to hit the presigned URL. An example of a failure was at 2025-10-27T16:52:34.869Z UTC When I run it on my desktop, everything works.…
-
REST-API to retrieve data
Hello, i'm new on this topic, i hope i can explain myself. We have access to different symbols (RICs?) via web, but we would like to automate data extraction, that is done manually 2-3 times a day by employees. We need following symbols at specific Date and Time (most intra-day at a certain time (8:30 and 9:00, 13:30 and…
-
How can I build EMA binaries for AlmaLinux9?
Hi team! We have to develop an EMA application (non-interactive provider) in C++ to run on an AlmaLinux9 server. I learned to create a Docker image with RTSDK - following your excellent instruction https://developers.lseg.com/en/article-catalog/article/deploy-and-run-elektron-sdk-docker - and it worked fine for…
-
LSEG API, RDP and RKD
What is the difference between using the LSEG Workspace API and using Data Platform or Knowledge direct. Why would I use either? What is the advantage of each?
-
List of RICs for each PDP market code from DACS
Is there a DACS function or API that returns all RICs associated with each PDP market code? I’m currently retrieving entitlement data using functions like getDacsUserEntitlementsBulk and getCurrencyList via Python, and I’d like to enhance my script by including the list of RICs for each PDP.
-
Initial query: Can this function return RIC? ld.news.get_headlines(f'R:TSLA.O AND Language:LEN AND S
-
Retrieving Stock Split Data using the Eikon Data API (get_data)
I am using the Eikon Data API (Python) to retrieve various time series data (prices, volume, etc.) using the get_data function. Did anyone already successfully obtain explicit information in stock splits (effective date, ratio) using that function? if yes, which fieldnames were used?
-
Failing to pull some data from API, every time a different dataframe returned is empty
Hi, Am trying to pull some data from API using following code ##################### import eikon as ek df_NWE_Ethylene_Spot = ek.get_timeseries([ 'PHAJD00' ],fields='CLOSE' , start_date='2015-01-01',interval='daily') df_NWE_Ethylene_Spot = df_NWE_Ethylene_Spot.reset_index() df_NWE_Ethylene_Spot =…