-
RDP, An existing connection was forcibly closed by the remote host
Hello, I have an RDP (RDPv1) based C# (LSEG.Data v. 2.1.0) application that randomly gets "existing connection was forcibly closed by the remote host" on endpoint requests (like Fundamentals, but not exclusively). See the attached trace in the 2 small extraction files. 1. What is a possible cause of this? 2. Why the…
-
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
-
How can I get the MID price at previous day at specific time for some instrument in python API
How can I get the MID price at previous day at specific time for some instrument in python API Example RIC EUREST3M=
-
Application crash in rfa::common::EventQueueImpl::dispatch(long) from libRFA_Common.so
Hi Team, We are using RFA version 8.2.3 C++ to consume market data. libRFA_Common.so [version.c VERSION 8.2.3 RELEASE (Internal Node: rfaut8.2.3.L1)] There is one scenario we are performing, below are the steps, Subscribe to a symbol/security AAPL (subscription is still open) Resubscribe to same security, which will Delete…
-
Pulling live data from LSGE Workspace in python
I want to figure out how to: log into my LSEG account in python code, make a connection to LSEG in python code, pull a Brent futures (LCOc1) live ticker into a dataframe and display it such that it continually updates
-
How to Grab Bid & Ask at Certain times using Excel add on
Hi, I've been trying to make a formula to try and grab the Bid and Ask price at certain times using the Excel add on for Refinitiv. I've tried to use the =RHistory formula to do this using preset data to the left of formula as seen in the example below.…
-
Automatically generate charts using a certain style on Workspace
Hi team, need your assistance on this. Query : I would like to use my access to LSEG Workspace to automatically generate charts using a certain style (colours, title, font, etc.). For example, an intraday chart of a certain stock, or a chart for a year using daily closing price, etc. I can manage the chart generation part…
-
Data Scope SAP
Client planned to go live today with SAP production system. They are using the link: https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/Schedules('0x0977e314b35b36c1')/LastExtraction/$value When they are using this link manually , its working fine but not able to access via SAP. Could please check what’s the…
-
v2 authentication for RDP Historical pricing API
I tried to run “timeSeries.py” from https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/download – authentication method used is “v2” with my CLIENT_ID and CLIENT_SECRET. Initial run went well – I got the data as expected: However, when I try again after the token from…
-
Need help to update the Python script that can fetch a price history starting from 2008 (or the
Query: I am trying to draft a Python script that can fetch a long price history starting from 2008 (or the launch date of the RIC, whichever is later) and insert the data into our database. However, after multiple attempts I am still facing one issue after another, and I am unable to get the script working end-to-end. I…
-
Assertion when trying to connect to RTOv2
Hello, I'm working on connecting my Java application to RTOv2. To do so, I use the RealTime SDK 3.8.3.0 I had to fight a little bit but now my application starts working fine 👍️ However, I realized that when the JVM option -ea (enable assertions) is enabled, my application crashes on the following method of the Realtime…
-
Excel, Blocked Content : The ActiveX content
Hi All, We are currently UAT Workspace v1.26.312 in our Citrix env and Excel is presenting "ActiveX content blocked" for sheets with VBA code, the previous WS/Excel version experienced no ActiveX blocks. Has anyone experienced this? Our desktop physical pc's do not have this issue, so possibly linked with our Citrix/MS365…
-
EMA re-subscribe RIC data
Hi Team, client is using EMA C++ version to subscribe real time data. they want to know how to re-subscribe data without restart their application. Please advise, thanks consumer.registerClient(ReqMsg().serviceName(serviceName.c_str()).name(ric.c_str()), client);
-
Need support for connecting to RTO v2
Hi, I have to update the code of a software so that it supports RTO v2 (previously it was supporting RTO v1) In RTO v1, I used to connect thanks to the following code: private OmmConsumer createOmmConsumer() { OmmConsumerConfig ommConsumerConfig = EmaFactory.createOmmConsumerConfig(configuration.getConfigurationFile());…
-
If I want to populate a list in python with all the mutual funds existing, how do I do that ?
If you’re familiar with the process, would you be able to share the code or point me in the right direction? I have tried to use the material given but it does not really explain how to correctly write a query in the function. For now I have written this: rd.open_session() search = rdp.search( view =…