-
Beginner Guidance for LSEG SDK APIs, RTDS, and Refinitiv Workspace (Java)
Hi Community, I’m a beginner and aiming to become proficient in LSEG SDK APIs, RTDS (Real-Time Distribution System), and Refinitiv Workspace. I’ve chosen Java as my programming language and would appreciate guidance on the following: Where should I start as a complete beginner? Any recommended learning path or sequence for…
-
How to obtain sedol to RIC mapping
Hi, I have the following use-case. My component at startup will fetch a list of sedol identifiers. The component will need to subscribe to RTO using EMA library (Real-Time Feeds) to receive the price data using the sedols list. Obviously subscription needs to be done using RICs but not sedols. So the mapping between sedols…
-
For EMA API. The API information is: rdrt.uname=user001 rdrt.serviceName=ELEKTRON_
Dear team, Please help on this EMA query as logs were gathered. Client emailed in as follows: We have a question regarding the Reuters EMA API. The API information is: rdrt.uname=user001 rdrt.serviceName=ELEKTRON_DD The attached file is the log. Question: Why doesn't the API automatically reconnect after the connection is…
-
Can I change the ADS configured normalRetryTime from a ClientAPI?
We have an interactive provider service which relies on sending a CLOSED_RECOVER when service is intermittently unavailable. This appears on our EMA client as follows: [pool-2-thread-1] INFO <company.pkg>.EmaClient - Status Message for null: (-): StatusMsg streamId="5" domain="System Domain" state="Open / Suspect / None /…
-
Client after upgrading to windows 11 speed guide is not launching they are using speedguide_3.0.1
Client after upgrading to windows 11 speed guide is not launching they are using speedguide_3.0.1 is this version Alling with windows 11 or is there any new version of speedguide avaliable could you please assist here
-
Some RICs receive nulls at certain times.
I am making a streaming request for MarketPrice at RTO using View. When streaming to some RICs, including ".PSI", the data for each FID is received as "null" around 0:00 (UTC).Can I understand this "null" data to be reset data? By the way, if I receive data after that, I am able to receive it with data entered for each…
-
FID explanation for JGBs
Take a look at the following RICs JP00170054=RRPS OR JP00180054=RRPS . We used to get the benchmark on the LINKLINK1 FID. The format of the LONGLINK1 getting published has changed and we dont have permissions anymore. What other FIDs can give us the benchmark? Also what do the LONGLINK1 , LONGLINK2 and LONGLINK3 FIDs…
-
How can I download price history data in 5 minutes intervals for several stocks for more than 1 year
I’m currently looking for a list of US companies along with their stock prices at 5-minute intervals from 2012 to 2025 — for example, at 09:30, 09:35, 09:40, …, 15:55, and 16:00. May I know how can I download them? FYI, I am mainly using LSEG workspace and excel add-ons. Thank you!
-
Request for Static IP Addresses of Real-Time Optimized Pricing API Streaming Endpoints
Hi Team, I’m currently integrating with the Refinitiv Real-Time - Optimized Pricing API and need to configure firewall rules to allow traffic to specific streaming endpoints. Could you please provide the static IP addresses for the following hosts? ap-northeast-1-aws-1-sm.optimized-pricing-api.refinitiv.net…
-
Request Trial access
Sorry for a stupid question (I don't even know whether I'm on the right forum), but how can I apply for trial access to Real-Time data? We have to migrate from RFA to Real-Time SDK
-
For LSEG Data chain.py, example using platform.deployed, getting A18: Service unknown.
The connection is to RTC. I see in a post need: \*rtc\*defaultJsonServiceId, I believe in RTC rtc.cnf. Is this correct ? How to use chain.py example to connect to local rtc ?
-
Support end date
The LSEG developer portal says " LSEG Robust Foundation API (RFA) - .NET. We have something better… At the moment this API is still fully supported however, it is being reviewed for end-of-life in the near future ". Upto what date is it supported? ThanksRaja
-
RTO EMA Java SDK. Timeout.
During integration with the RTO EMA Java SDK 3.9.0.1, we have faced a timeout exception: com.refinitiv.ema.access.OmmInvalidUsageExceptionImpl: login failed (timed out after waiting 45000 milliseconds) for us-east-1-aws-3-sm.optimized-pricing-api.refinitiv.net:14002) at…
-
Ema - no payload for batch requests in IProvider
Hello, I am using EMA Refinitiv version 3.8.3.0 and I have implemented a consumer based on example ex370_MP_Batch. I have also created a stub component based on Provider example 102_MP_Snapshot. Consumer communicates correctly with the provider, however provider does not receive the payload for batch request. My use case…
-
Is there a method where a client application can be informed of a field update?
Client snaps Index and FX Rate benchmarks daily following publication by calling the RIC, interested in the benchmark rate for the day. 'We use RMDS to subscribe for the RIC and FIC at a particular date and time and that’s where we are facing issues. Sometimes if the rate is not published on time we get an error in the…