-
How to connect the R Script to the latest version of Eikon API?
Raising this on behalf of an external client. I would like to use this language to access the Eikon API and I see there is a Python package, but looking for an R package.
-
Is it possible to get the dataframe list of powerplants from POWOUT app into Codebook?
Hi Team, Is it possible to get the dataframe list of powerplants from POWOUT app into Codebook? Kindly advise. Thank you in advance.
-
Convert python code to ‘import eikon as ek’
Hi Team, Can you help me to use eikon api and use the command ‘import eikon as ek’ to import the code below? import refinitiv.data as rd rd.open_session() rd.get_history( universe='CBF24^2', fields=["SETTLE"], count=1, ) Could you please provide the code that can be used through eikon package? For some reason, seems…
-
Developing third party for Refinitiv App Studio
Dear all, I'm looking to develop a 3rd party app and have it listed on Refinitiv App Studio and have the following questions 1) How do I contact the app studio team, is there any email, phone, website that I can find them? 2) Do I need an existing Refinitiv account in order to launch the app (Note: I'm not using Refinitiv…
-
Short Interest for Stocks
Hello everyone, I am looking for short interest related data (short interest, utilization rate, cost of borrow, ... etc) for a list of US stocks as well as European stocks. Can anyone help me retrieve this data on Eikon or point me toward an app or a third party who offers that content. Many thanks
-
How to evaluate app price
Hi, all I want to purchase a application for my site. Could you suggest me IT-company that not expensive provide this services/ And how much it cost?
-
Eikon .NET API in downloadable examples doesn't work
Hi I downloaded all examples at this site for Reuters EIKON API for .NET. but none of them works. I tried it at work ( where we have proxy ) and at home ( no proxy ), I also tried with default versions of packages and later updated to latest versions. Still nothing. An event handler ServicesOnStateChanged is never hit. All…
-
In C# Time Series API, how many RICs one can use in Time Series Subscription to fetch data on sin...
...gle subscription? subscription = timeSeries.SetupDataSubscription("CLH3") //.WithView("BID") .WithAllFields() .WithInterval(CommonInterval.Intraday60Minutes) //.From(DateTime.Now.AddHours(-3)) .OnDataReceived(DataReceivedCallback) .OnDataUpdated(DataUpdatedCallback) .CreateAndStart(); Code for the reference. I want to…
-
Default proxy port #9000 failed
Timeout access Eikon API from Phyton API status works from web browser (http://localhost:9000/ping?all and http://localhost:9060/api/status) Running sample code returns timeout error. Code: import eikon as ek ek.set_log_level(1) ek.set_app_key('<app key here>') df,e = ek.get_data('REUTERS','TR.RIC') Output: [2022-10-27…
-
EikonInstaller - Installation failed.
Sorry I can't write English. I Buyed a new laptop. Lonovo T14 AMD. EikonInstaller not work. CPU : AMD Ryzen 7 PRO 4750U OS : Windows 10 PRO OS VERSION : 1909 OS BUILD : 18363.1110
-
Cannot connect to Eikon
Hi, I am unable to connect to Eikon suddenly. Can someone please help me ? My current Eikon API version is 1.1.13 which I upgraded to. My Eikon on my desktop is running fine and able to connect. I have the following code ek.set_app_key('#### EIKON APP KEY ####') And when connecting I get 2021-11-02 08:48:41,964 P[20408]…
-
Ng-View is not displaying data in AngularJS Routing
I am learning Angular JS. I am trying to learn single page application but ng-view is not showing any data. There is no error in the console. Main Home Page: <!DOCTYPE html> <html ng-app="RouteApp"> <head> <meta charset="utf-8" /> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>…
-
Is there any Refinitiv API that connects directly to a database? ideally SQLite, Without using th...
...e Python API or Excel We are looking to ideally use Refinitiv function within SQL in an SQLite database
-
Chromium DevTools debug console font size is way too small
When I open a browser window in App Studio (for example by typing https://www.google.com in one of the search boxes), I can bring up the DevTools and the console by hitting CTRL+SHIFT+J. However, the font size of the DevTools is way too small, something like 6pt or so. See image below. And there seems to be no way to…
-
Not possible to change the URL of a tab anymore
I have the following case: I have a main page which triggers an opening of a new tab containing a loading indicator. Then when the main page receives a response, it is expected that the tab is updated with a new content. Is it possible to achieve this? This used to be possible when using: JET.navigate({ name: "APP ID",…