File "Demand Forecast EU.xlsm" is customized version of "Power Gas Carbon Agriculture Research and Forecasts" where additional button is added to run VBA. About 2 weeks ago, the sheet-tabs started to not update when clicking on Refresh All Files. Thought the file was corrupted so created new file but it is the same issue…
Today we saw a peculiar message in a FID on a set of RICs. The message was "<Servvice name> Lost Conn". Wondering what could have contributed this to the RIC? Is this is a typical message that RtGet returns when the connection to the ATS service temporarily drops?
I use dex2 manager in COM API to request ISIN and SEDOL fields: Sample code: HRESULT l_hr = m_RData->put_InstrumentIDList(CComVariant(a_InstrumentIDList)); if (l_hr == S_OK) { l_hr = m_RData->put_FieldList(CComVariant(a_FieldList)); if (l_hr == S_OK) { l_hr = m_RData->put_RequestParam(CComVariant(a_RequestParam)); if (l_hr…
When I tried to get historic BID/ASK ticks of NQc1 and NQU0, strangely I got the following result: * with start 8:21 and end 14:52, none is returned. * with start 8:20 and end 08:21, 2491 ticks were returned. * with start 14:52 and end 14:53, 14441 ticks were returned. Here are the codes and screen capture for your…
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…
It looks like you're new here. Sign in or register to get started.