Hi, I am downloading data via Excel VBA. The Power, Gas, Carbon Research and Forecasts Download Manager template serves as a good learning material. I have found out, that I am accessing the data from Eikon database thanks to URLs. For example for 1003-PMT USNW Hydro ECOP STF BR the link is…
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…
Hi all, I am having a stability issue in my excel when I use VBA to refresh Eikon formula. I often use one formula for 3000 companies at a time, such as '=TR($B$9:$B$3100,"TR.PriceClose","CH=Fd RH=IN",E8) For Price data, such as TR.PriceClose, using VBA to refresh it is very stable. But for financial statemant data, such…
Hi, Are we able to contribute data using C# (I already have the VBA Sample) ? If yes is there any C# Sample for data contribution ? Thank you
In excel, what is the TR code for acquiring data on total inside ownership as a % of total shares outstanding? Specifically, I am trying to see how much insiders owned for one company in a given year (note, it doesn't need to be broken down by person, only as the entire insider group). Thank you.
Hello, We are experiencing the same issue again and again. At some random times, the program cannot create Dex2Mgr or RSearchMgr. The methods are (from eikondesktopdataapi.tlh): virtual HRESULT __stdcall CreateRSearchMgr ( /*[out,retval]*/ IUnknown * * instance ) = 0; virtual HRESULT __stdcall CreateDex2Mgr (…
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 =…
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…
This is my forth problem after Eikon was upgraded to 4.0.52. The program creates all necessary object and connects to EIkon. After it receives the feedback with EikonDesktopDataAPILib::Connected, it starts to create RSearch objects: l_hr = m_EikonDesktopDataAPI->CreateRSearchMgr((IUnknown **)&m_RSearchMgr); if (l_hr ==…
How to extract loan data of a company using codebook?
It looks like you're new here. Sign in or register to get started.