-
Inquiry About `get_data()` Performance and Comparison Between `lseg.data` and `refinitiv.data`
Posting this query on behalf of a client. Dear Support Team, We recently migrated our application from the Eikon .NET APIs to the LSEG Data Library for Python. However, we have observed that the performance of data retrieval operations, particularly when using get_data(), is slower compared to the previous implementation…
-
What are the codes to use for Settlement Price and 1d Return for .NET API?
We are looking for codes to use for Settlement Price and 1D Return for .NET API. Any RIC will do.
-
Document Search API supports facets for Contributor and Industry
Hi Fellow Devs Does document search api(http://api.rkd.refinitiv.com/api/DocSearch/DocSearch.svc/REST/DocSearch_1/FtsDocSearch_1) support facets? We want to show contributors and industries which are part of the result set. We are using http://api.rkd.refinitiv.com/api/RefInfo/RefInfo.svc/REST/RefInfo_1/GetInfo_1 api to…
-
AppAuthorizationFailed even though we have valid access
Hi Team, Recently we have raised the request to get the access for WebSocket API (contrib-ws1-amers1.int.refinitiv.com), first 3 days we can able to connect to this API and push the data, but all of sudden we used to get Authentication unsuccessful message. after 4 to 5 hours the issue got fixed. We need to understand why…
-
HTTP Request Failed ConnectError ('[SSL: WRONG_VERSION_NUMBER]')
I have set my proxies and gone through the troubleshooting article: https://developers.lseg.com/en/article-catalog/article/eikon-data-api-python-troubleshooting-refinitiv?secureweb=RefinitivWorkspace I still can't figure out what is the issue here and I'm already on my second app key Here are some further logs: 2025-06-09…
-
PAR Spread/I-Spread calculation
based on what field should I use to calculate PAR Spread/I-Spread for bonds
-
News headlines US government
What would be a good query for news headlines related to the US government and its announcements/decisions? I would like to apply such a query within lseg.data.get_news_headlines()
-
Workspace Python API: Error: no proxy address identified
We are currently migrating our users from Eikon to Workspace, and they are trying to run their Python scripts using the same scripts and api key that they used with the Eikon API (that as I understand should work fine for Workspace?). However they are getting the following error, which they don't get when the Eikon API is…
-
EXCEL | VBA
we are moving to LSEG Workspace. I need to open a Workspace Excel with VBA. The workspace add- in is inserted correctly via File --> Options and if you manually open an Excel, the workspace add-in is also included. But if I call an Excel via VBA, unfortunately the workspace add-in is missing. What must the VBA code be to…
-
Client is using VScode and trying to use the Python API.
PhD student - cannot download Eikon API - client is trying to download at least 13000 data points - user is receiving error code 429: too many request - user wanted to know if user already reached her limit
-
How to reset API limit request counter for the day?
How to reset API limit request counter for the day for LSEG Workspace API? I see conflicting information. Which ome below is correct? 1. Reset time - 24 hours from the first request. That is, if the first request was made at 9 AM, the reset will be made the next day at 9 a.m. 2. The daily requests and volume limits reset…
-
ALT_CLOSE and defaultPricingField is null
We use a service to pull historical data and would like to get clarification regarding the pricing fields. The service we use is: https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries/{symbol} We typically retrieve the fields: "TRDPRC_1", "OFF_CLOSE" for closing price and determine the appropriate…
-
Hi, do you have latency statistics for ETA?
-
ema java ommconsumer couldn't get market feed for WMR Fixing RICs
we have a ema based java ommconsumer client which currently subscribes to spot. forward bid/ask rates but the same connection is not getting any market data feed for WMR Fixing RICS e.g. USDEURFIXP=WM and USDEURFIX=WM. We are using client service account which has the RTO/WMR licenses What could be the issue here? This is…
-
Tring to access fields via Datastream, Unknown error:
Context: I have a tickerlist which is defined like : "CN:QJCH,CN:WAPH,III,U:MMM,DK:DSA,DK:DSB,K:AACA,W:SAGB,IN:AB,S:ABBN, and so on…. about 3200 tickers all_batches_gmrgn1 = [] batch_size = 5 field_list1 = [ "GRM1MN", "GRM2MN", "GRM3MN", "X(IBP)/X(BPS1MN)", "X(IBP)/X(BPS2MN)", "X(IBP)/X(BPS3MN)", "X(EVT1MN)/X(SAL1MN)",…
-
Deadlock at OMMConsumer
There is deadlock at OMMConsumer while un-registering ric. Please advise. Below are logs from application. at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at…
-
Use multiple hosts with EMA Java
Hello, We are able to successfully connect and retrieve data using EMA java library, EmaFactory.createOmmConsumer(EmaFactory.createOmmConsumerConfig().host("host_1:14002").username("user123")); How do we specify multiple hosts for failback reasons : host_1, host_2, etc. Can it be done using the libraries or there is any…
-
Exchange Holidays
May I ask what’s the main difference between lseg and Refinitiv api ? When should I use one over the other ? Can you provide me the calendars code for the following markets: Hong Kong, India, Taiwan, Malaysia, Pakistan, Philippines, New Zealand, Vietnam, Japan, Indonesia, Australia, Korea, Thailand, Singapore, China,…
-
Converting excel formula to python code
Hello, I am trying to convert Refinitiv excel formula: =@RDP.Data("WY.N","TR.GuidanceDate(GuidAcctType=ALL);TR.GuidancePeriodYear(GuidAcctType=ALL);TR.GuidancePeriodMonth(GuidAcctType=ALL);TR.GuidanceLowValue(GuidAcctType=ALL Scale=6);TR.GuidanceHighValue(GuidAcctType=ALL…
-
FxAll TCPI 4.2.0.1 Configuring Certificates
I am trying to configure the certificates for TCPI 4.2.0.1 I have placed all 3 certificate in location /etc/cert/fxall/. And I have set the property SSL_CA_CERTIFICATES_DIR as system property in my java command. But when I try to connect I have the following error. javax.jms.JMSException:…