-
Why is the last traded price not available for USDSROIS RICs in open_pricing_stream, and how can the
I have wrote codes below to get USDSROIS quotes data and latest trade price. import lseg.data as ld def on_data(data, instrument, stream_obj): print(data) stream = ld.open_pricing_stream( universe=['USDSROIS1WZ=R', 'USDSROIS2W=', 'USDSROIS3W=', 'USDSROIS1M=', 'USDSROIS2M=', 'USDSROIS3M=', 'USDSROIS4M=', 'USDSROIS5M=',…
-
ETA code ingest performance
An application was migrated from EMA to ETA (using the example in RTSDK Java), all Java. However, looks like the performance gain is not as expected, although the network statistics show generally good. The questions: 1. The ETA coding guideline if any (e.g., in EMA, should no logging in the onXXXMsg) 2. Only one machine…
-
Can Excel add-in call can be imbedded into application code that mounts to ADS for realtime data
Client inquiring if Excel add-in call can be imbedded into application code that mounts to ADS for realtime data access. This would not include Workspace to be installed.
-
EMA (OnInvalidUsage callback function) - Error text: login failed (timed out after waiting 45000 mil
Our client developer is working on EMA adapter to subscribe to streaming data via RTMDS. They have shared the configuration details below. Their adapter is based on C#.Net using EMA sdk library. However, they are unable to connect and are getting following message: EMA (OnInvalidUsage callback function) - Error text: login…
-
I want to get the internal feed using get_data python API
I want to get the internal feed using get_data python API for the similarexcel function - =@RtGet("CALYON","NYTFUTSELECTION","SEG_TEXT") pls provide a sample.
-
RTGET for SRAM26
Hi - what is the field for 'Contract Month'? =rtGet("IDN","SRAM26","CONTACT MONTH")
-
Is it possible to use the docker TREP simulator for a RFA connection to port 14002
-
fields for real time data in RTMDS
hi, I have a question regarding real time data when retrieving data through RTMDS is it possible to get more fields than bid/ask last update? Thanks David
-
Refinitiv Datascope behavior after currency is no longer in use
Hello, We currently have a microservice that consumes data from Refinitiv Datascope Select API using the On Demand Extraction endpoint. It fetches the data using IntradayPricingExtractionRequest for some FX instruments. From 1st of January 2026, the currency BGN from Bulgaria will have a fixed exchange rate as they move to…
-
Request Rejected: Cannot request item on open login stream
Hi, after setting up a new session and a successful login, when sending a MARKET_PRICE request im getting the following error "State State: Closed/Suspect/Already open - text: "Request Rejected: Cannot request item on open login stream 1." i could not find any answer here for this exact error, and since its a fresh new…
-
Download worked for most but not all stocks
HI @Jirapongse As previously discussed with you on another thread I have split up my requests into smaller ones. However, I have now experienced that most prices are being properly downloaded but some are just not and from the logs I do not see the reason for it. Can you please advise? How can I prevent this from happening…
-
Duplicate handle returned by ADS/Elektron
Hello group, We have an app built with the Real-Time SDK, which has been in production for a month. This morning, it has returned the same handle value for two different instruments. This has caused a production outage, as the handles have to be unique. Any help would be much appreciated. Thank you. [2025-10-22…
-
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…
-
How can we modify a Python formula that retrieves Refinitiv data to use an internal data source?
How can we modify a Python formula that retrieves Refinitiv data to use an internal data source instead of the default? In the context of an RtGet function, the current implementation uses RtGet("IDN", ...). We would like to switch this to use an internal source, such as RtGet("INTERNAL_SOURCE", ...), within Python code.
-
RMDS/Triarch live feed for EXAE quotes (RIC = EXCr.AT)
We are using RMDS service to get real-time quotes for equities. For the RIC EXCr.AT no quotes are returned whatever tag used (i.e. BID/ASK/PRIMACT_1/CLOSE). Is this a data license issue? Thanks