Hello, After Eikon upgraded itself call CreateAdxRtList throws an exception. This happens only in Visual Studio in both debug and release mode. l_hr = m_EikonDesktopDataAPI->CreateAdxRtList((IUnknown**)&m_RtMgr); Exception thrown at 0x767D4192 in DataCollector.exe: Microsoft C++ exception: pixl::trep::core::Exception at…
How to get SIC code from ISIN codes in Eikon Excel?
We are requesting earnings estimates data using the DEX2 COM API. Since last Friday, we have been intermittently (but much more frequently than usual), receiving no response for 15 minutes, and then receiving a callback with DEX2_DataStatus=DE_DS_NULL_TIMEOUT. Restarting Eikon and the machine has not done anything to help…
I'm trying to use your MS Excel Download Manager template to download commodity forecasts automatically. To refresh the file, I can successfully press the " Refresh All Files" vba button and it updates the sheet with the data as intended. However, when I try and do this same task programmatically, by calling the underlying…
I am trying to get Eikon COM Rsearch to work with R I have some rather old code that I am trying to revive as it was at least partially working I am using these libraries in R: require(RDCOMClient) require(audio) I have tried creating connection in two ways: eikon = COMCreate("EikonDesktopDataAPI.EikonDesktopDataAPI") (a…
1 .To filter out delisted Equities I use IsPrimaryRIC:Yes. How to filter out delisted Funds? 2. In python SCREEN(U(IN(Equity(active,public))) returns not only Equities, but also Funds. If I run RSearch request using COM API with ASSET="EQUITY" I receive only Equities (stocks). What other asset types are included in python…
I usually use Thomson Reuters Eikon to collection latest news in a number of countries. Does that service allow web scraping? If I may, would like to automate the daily data collection process, so it would be much appreciated if you could reply.
How can i get RHistory data fro from Com APIs for use in custom applications? i've tried to use _rAdxRtHistoryMgr = (AdxRtHistory)MyEikonDesktopDataAPI.CreateAdxRtHistory(); _rAdxRtHistoryMgr.FlushData(); _rAdxRtHistoryMgr.Source = "IDN"; _rAdxRtHistoryMgr.ItemName = "AAPL.OQ"; _rAdxRtHistoryMgr.ErrorMode =…
I noticed that for some instruments, price values have unknown data format for me. Example for the instrument 912810RT7=RRPS : How can I interpret these values? Is there an alternative way to query the data for the =RRPS RICs which would display the prices as decimal values, rather than fractional? To search the price for…
How to get openInterest of history daily bar data?
It looks like you're new here. Sign in or register to get started.