-
How can i get all companies listed in any exchange for a period?
I am using both refinitiv web and plug-in in Excel. I would like to get all listed companies in London Business Exchange between 2005 and 2020 (active, inactive… everything) Thanks in advance!!
-
API Web Page access and Tick History CFS Tuturial
Questions from client: * Access to the API webpage (e.g. https://apidocs.refinitiv.com/Apps/ApiDocs) via browser always gets blocked (403). Is it expected? * As I am trying to follow the CFS tutorial (https://developers.refinitiv.com/en/article-catalog/article/introduction-to-client-file-store--cfs----python#Token), the…
-
Connect to Power Bi with which Eikon API?
Hi, we would like to create a reporting for our portfolio via Microsoft Power BI. We can build an interface, but we have some challenges there. Our Power BI is running on a virtual machine via Microsoft Azure. Our lizenz is running on a local machine in our office. I see three typs of APIs? Whats the difference between…
-
MRN WebSocket A18: Unknown service
Hi! I use example of application from https://developers.refinitiv.com/en/article-catalog/article/creating-websocket-mrn-story-viewer-using-net-core-and-wpf article. I cloned repository (https://github.com/Refinitiv-API-Samples/Example.WebSocketAPI.CSharp.MRNWebSocketViewer) and trying to run application. As far as I…
-
Eikon vs. Workspace APIs
Hello, We are in the process of porting one of our WPF-based apps to the Refinitiv Platform, and a few questions have come up that I am hoping some of the developers on this forum might be able to lend their expertise towards: * It appears that Eikon is in the process of being phased out, to be replaced by Workspace. On…
-
Is there a fuzzing tool oriented towards web applications?
Is there a fuzzing tool oriented towards web applications? Something that could generate loads of Selenium cases automatically and verify whether the application crashes, logs an exception or continues to work smoothly??
-
Looking for API to get 2 pieces of data
Hello, I am searching for REST/Web based APIs that can provide me point-in-time data for 2 pieces of financial information. We wish to pull this information on an hourly basis during market hours and utilize it in another application. We do NOT want to access this data on a machine running Eikon Desktop. 1. Mortgage Backed…
-
Get Universe Data Into Isins
In a different data provider I could retrieve an investable universe using a search function. The universe I need is FI: Aussie (Aussie Fixed Income Securities) + FI: Aussie issuers (to pick up Aussie companies issuing overseas in different currencies) + FI: Kangaroo (To pick up overseas companies issues in Aus). The…
-
Web Socket API vs RFA Java
We currently use RFA Java API to get level 1, level 2, time and sales and historic market data. I am trying to find out if all these features are supported by the Web Socket API? If the features are supported, is there a performance impact if I use web socket API instead of RFA Java API to get the market data.
-
Do you have an example to retrieve multiple Rics in a single request using C# Web Api
Hi, I read on another post that it is possible to retrieve multiple Rics like EUR=, GBP=, JPY= in a single request by using json request. The post i read about ti https://community.developers.refinitiv.com/questions/31705/python-api-get-timeseries-use-multiple-rics.html I use C# for accessing Web api, can you give me a…
-
How do i connect to the WEB API?
Hi, I have been given a link with access to github code and uses a class WebSocket which basically is an abstract class and the .sln file does not even compile because the example tries to initialise that class. How do i proceed from there? Thanks
-
How to embed Graph in the chart div, see the sample code below
We are trying to create an Graph using JET API. Now the Graph is displayed in a new popup. We want to embed the Graph with in our application layout. So in our code, i want to embed the code inside the div. <div id="chart"></div> Sample code <script> JET.init({ ID: "JETSample", Title: "JET - Getting Started" });…
-
Eikon Data API (Web Api) .Net/C# sample code?
I have seen that you provide Python code samples that deal with the new Eikon Web API. However, as .Net/C# user, I have not found a single line of sample code anywhere. I also have not found a documentation that targets the Eikon Web API that .Net/C# developers can use and look at. Can you please urgently point me to the…
-
Using web scripting API (python), output data is incomplete
Eikon Web Scripting API (Python) code: df, err = ek.get_data(['SCREEN(U(IN(Equity(active,public,primary,countryprimaryquote))), IN(TR.ExchangeCountryCode,''ZA'')),CFRJ.J'], ['TR.PrimaryRIC']). Does not pull PrimaryRIC for every ticker in screen. Majority are missed out. I am expecting 416 primary RICs, but only getting…
-
Is there a way to retreive all instruments that belong to a certain entity using a Web API reques...
Is there a way to retreive all instruments that belong to a certain entity using a Web API request? E.g. how can one retreive all bonds issued by a certain company using a Web API call?