-
.Net EMA API Log
I am using .net EMA API to load the Instrument Pricing in Azure Function and trying to capture the underlying logs from the API. I tried using Logger section in the config file but it is not capturing events at the RIC level, I am able to capture high level events.
-
Intraday data via the .com api
Lets try this instead, it seems the previous question was not any help available. I am trying to request intraday data via the API ( either the using Python as i asked about previously ( the Eikon data API ) or using the older ? .com desktop API. i have a working code for day end prices, but i cant find the documentation…
-
missing the last hour of trading
I'm using the Usage Example of Eikon .NET APIs (https://developers.refinitiv.com/content/dam/devportal/api-families/eikon/net-apis-for-use-in-custom-applications/downloads/usage-example-time-series-api.zip) to get our local RIC, but the result always missing the last hour of trading. Below is the code to get the last 350…
-
Unable to subscribe to 1 min time series data individual US Rics
Dear Team, in relation to this question https://community.developers.refinitiv.com/questions/96288/delay-in-subscription-and-requested-ohlc-data-us-e.html , I still once in a week have issues subscribing to 1 min timeseries OHLC data for these rics: SBUX.O and MSFT.O I use this code: var timeSeries =…
-
Insufficient response to Timeseries Subscription of OHLC data for Hongkong futures
Hi, I have issues with subscribing to 1 min bar updates (ohlc) via a timeseries subscription via the .net API (ThomsonReuters.Desktop.SDK.DataAccess). It currently mainly shows for Hongkong futures - with European and Japanese Futures the 1 min data updates are pushed correctly. Please see a my version of the 1 min ohlc…
-
how to run the API examples
Hi, im a new user trying out the API examples here: https://developers.refinitiv.com/en/api-catalog/eikon/-net-apis-for-use-in-custom-applications/download I get it to build fine in VisualStudio. upon run I get a console window then a message ..."you'll need an app to open this reuters" do I really need the Refinitiv Eikon…
-
Eikon API Service Status
Is there a way to use the .net API to confirm the status of the Eikon Service? iI am doing it now by requesting data for a specific ric, and detecting if there is an exception and if there is an exception check the code to check what it is. But to confirm the service status i am doing this request on a timed basis, but it…
-
Accessing Long-Term Outlook from Polls
Hello, I am trying to access the long-term outlook from the polls via the EIKON API using any of the APIs (NET, PYTHON, RDP). For example, I am looking at the central bank polls in EIKON for the Bank of England. longtermpolls.png I can download the excel file by selecting historical polls and the horizon date. see pic…
-
Time and Sales vs Chart Data Discrepancy
Hello, I have noticed that we are getting some difficult to process prices on some instruments. Please see attached image highlighting the discrepancies for DCTA.L There is the latest trade price of 136.6 at 13:28 shown in Time and Sales. On the chart and quote its last price is at 137.4 Another discrepancy is the chart…
-
Eikon API .NET 64 vs 32 bit
Hi, I am using the ThomsonReuters.Desktop.SDK.DataAccess.Signed.x64 nuget package in my .NET app. My app is targeted to build as a 64bit version. When I try to subscribe to data I keep getting a "The operation has timed out" error message. When I change and run my application as a 32 bit version is works fine with the…
-
Eikon data API (Python): how to get historical multiples for stock index?
Good afternoon! I want to download historical EV/EBITDA multiple and dividend yield for stock index (for instance, IMOEX). So I have 2 questions: 1. How can I do it (I guess it's possible to get historical EV/EBITDA for index, since P/E history for stock indexes is available). 2. How are multipes for stock indexes…
-
OPENDACS API .NET question regarding usage collection
We’ve used the OpenDACS Api in both JAVA & .NET. The Java version works well, however, for the .NET version we don’t see any usage data collected in the dacs.usage file like we do for other apps. Would an expert be able to take a look at the code & let me know if there is anything missing please? using…
-
RSearch query callback not called
Hello, I'm using the RSearch library in order to extract RICs based on criteria. The library is usually working perfectly. However, since few days we are facing an issue. When we try to extract data from Eikon with RSearch the server seems to not send any answer to the request. In other words the callback method is never…
-
How to convert a RHistory function into a EikonDataApi request?
I'm trying to find out how I can translate the following function found in our excel document. =@RHistory(".MERF0C4","NDA_RAW.Nda_spread","START:"&$C$46&" END:"&$C$46&" INTERVAL:1D") Into a request built within EikonDataAPI (C# library)? Update: 1. I can get the current days value using eikon.GetData(".MERF0C4",…
-
Eikon .NET API x64
I am searching on nuget but I cannot find the x64 package as shown in the tutorial. On nuget.org the package is "unlisted". Is it not supported anymore? Should I be using something else?