-
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…
-
Getting delayed data from ADS Host
We've been having some issues with live data from RDMS. Basically, we look at refinitiv as close to 7:30 PM UK time as possible to estimate the settlement price for brent. For example for Dec brent (LCOZ5) - we were expecting the settlement price of 70.38 and the value we got back was 70.18. The price we got appeared to be…
-
Why Are Rate Changes Sent as Refresh Messages on EMA for Low-Frequency RICs?
We are analyzing FX rate data by comparing what we receive from the EMA and SSL channels. During this process, we noticed a difference for some low-frequency RICs, which are updated only a few times a day. For example, for the RIC 'TRYTDR=CBTA': On the SSL channel, when the rate changes, we receive it as an Update…
-
Common fields
Why is CF (Common fields) FIDs being not available in ATS?
-
Custom application for RTDS. connection via Websocket. How to define applciation id
Hello, We are developing custom application (connection to RTDS via Websocket ) on behalf of the client. Can you please advise what number we should to hardcode for application id? IS there any best practices? Thanks in advance, Regards, Alex
-
Need to publishing multiple Rics in Parallel to avoid performance issues
Currently when trying to publishing 10000 Rics one by one so it is taking almost 40-45 mins to publish but need to publish the records in few mins with Parallel publishing if possible from the number of set to be publised at a time. I am using the NiProvider. TrepPublishingClient appClient = new TrepPublishingClient();…
-
List of all RICs via RTMDS
1. Is there a similar way to get all RICs via RTMDS just like for edge servers 2. How do we download all the necessary UST & EGB’s from Refinitiv? As in we have the list of RICs we want, but there are new bonds coming out regularly with their own individual identifiers. Do we need to download each bond individually or…
-
Websocket connection to ADS
I am trying to connect to Refinitiv Real-Time Distribution System to extract time-series data on sector ETF sentiment score and relevancy. I am following this tutorial () but running into an issue when defining the ADS address: ws_address = "ws://{}:{}/WebSocket".format(hostname, port) ... Where can I get a valid hostname…