I use rtx from COM API to get OPN_AUC and OPN_AUCVOL values for the Mexican exchange tickers. But this is real-time data. Is there a way to get these fields for some particular date in the past? I see…
In Bloomberg you can find the tickers sfsw2, sfsw3, sfsw4, ..., sfsw20 These CHF swap rates are based on a 6-month Libor. These are so-called Bloomberg Composite Rates (CMP). Bloomberg therefore selec…
It looks like OnStatusChange works not always. Steps to reproduce: 1. Start sample application RSearchCppEikonnect: 2. Click Connect to EIkon 3. Wait for Eikon Desktop Application to start. Log in. 4.…
A client is getting this error installing Eikon.Net SDK libraries Attempting to gather dependency information for package 'thomsonreuters.desktop. sdk.dataaccess.signed.x64.1.9.1' with respect to proj…
Dears, I would like to launch query when workbook open and save as new excel file after all value update. However, it can't refresh all values before auto save as a new excel file Here is my VBA code …
Hello, I have the following error while sending a RSearch query which I cannot manage to comprehend. Can you please provide some explanation? It used to work and the error appeared after a while. "res…
I created Eikon API in C# using several examples for time series data found on this website. My application has a GUI and if I specify certain dates and run the application, data extraction works fine…
It looks like that the func OnStatusChange not work real time. I need to get a notify when the link disconnect or the data source status changed. However i always get the notify when it recovery. I ad…
Hello, I use COM API RSearch objects to get the tickers. On RSearchQuery update I receive an object of RSearchLib::IRSearchResponse * pIRSearchResponse. Then I do l_hr = pIRSearchResponse->get_Status(…