-
Can only connect to Side by Side using localhost:8080 address
I've followed the tutorial in Workspace Web Integration Capabilities. Works great locally but if I host my application with a different address from http://localhost:8080 it doesn't work anymore. It doesn't even work if I change the port and use http://localhost:8081. How can I use the SxS API from my website…
-
Can't get Workspace for Web Side by Side quickstart guide to work
We are simply trying to follow https://developers.refinitiv.com/en/api-catalog/eikon/workspace-web-side-by-side-api/qsg, but are getting these errors (instead of the expected "Sxs Web is loaded" message). We've tested this on multiple browsers and operating systems (including testing on a private and normal browser…
-
Unable to ping to the server and establish SxS session
I'm referring to Eikon Side by Side Interoperability API quickstart to establish the environment. But it just keep running with nothing returns... Is it because I missed any process
-
Getting Parse Error while trying to establish a SXS session using the handshake request
Hi, I am trying to set up the environment to use the Side By Side Interoperability API. For this I was referring to the Quick start guide that is available at this link : https://developers.refinitiv.com/en/api-catalog/eikon/side-by-side-integration/quick-start I successfully started and logged in to Eikon. Then, I was…
-
Excel to Eikon apps via Side by Side
I have a client who has an Excel sheet with direct links to Bbg apps which display research, estimates and news. We can achieve this in Eikon by the use of RACE hyperlinks. HOWEVER, the user is not entirely satisfied, because in his Bbg solution, the links are always pushed to the same window in the same screen position,…
-
Finding stock price changes on specific dates
I have a list of mergers and their respective rank, announcement, and effective date. I also have the ultimate parent of the target companies in the mergers. What I want to know is what the change in the stock price of the ultimate parent is on the different dates. Further I would like to know what the change in other…
-
Eikon Data API killed by Side by Side API?
I was testing Eikon Data API with a simple Python app (download some data every 2 minutes). Everything run smoothly for 12 hours, but the app stopped working and shows Error Code -1, check if Eikon Desktop or Api proxy is working. Port 9000 on localhost does not show anything in browser. The app stopped working between…
-
Eikon Desktop and Proxy API running simultaneously with SxS
Is it possible to run simultaneously Eikon Desktop + Eikon Proxy API in any of these 2 scenarios? 1) With a common sub. 2) With 1 unique sub to both of the applications. Can this be achieved with Side-by-Side API integration? What possibilities are available in order to achieve this?
-
Error 404 using SxS API.
I'm doing the setup proposed in here. I'm trying to send a PING, having Eikon Desktop running but the request seems to fail. Any idea why that might be happening?
-
Eikon Side by Side - how to send context to a specific color channel?
The developer guide indicated that the 'sendContext' command needs to be used to send context to an Eikon colour channel. It requires a 'targetInstanceId' to identify the channel. When color channels are linked, they do NOT return an instance Id. Presumably this should be a channel #, such as 0 for the red channel. When a…
-
is there a command to make in the side by side API to disconnect with Eikon?
When I handshake with Eikon, it creates an instance that eikon can link to. I want to remove my instance when I am finished using it. I am asking because every time I handshake, it creates a new instance, which ends up being a long list of instances. I would like to close the session as I am done using it. I currently do…
-
Side by side api: launched app does not take into account Context
Capture.PNGHello Team, I am trying to open a news (or quote, or overview) using SXS in python. Ping and Handhsake work fine but when I launch an app, the app opens, loads but does'nt load the right context (ric) import pandas as pd import requests #ping server surl='http://127.0.0.1:9000/ping'; r = requests.get(url = surl)…
-
Need help on a JSON Scrip for Sharepoint
Hi All, to state it at the beginning: I´m absolutley not familar to Java (at least not yet) but I Need urgently a script to emmbed the following functionality: - given is a Sharepoint list with multiple columns - one column contains prelections as drop down menu - now when a user selects a specific value from that drop…
-
Is there a way to add display quantity from the REDI API for equity orders?
Is there a way to add display quantity from the REDI API for equity orders?
-
I am unable to successfully ping the Eikon Side by Side server, even though I can see the process...
... running. What is the process to troubleshoot this error? I am unable to successfully ping the Eikon Side by Side server, even though I can see the process running. What is the process to troubleshoot this error? WIth Eikon Desktop running, using Process Explorer, I can see 3 processes with 'DesktopSxS' as part of the…