Hello, I am trying to use DfAddPeriod in VBA : Public Function CreateAdxDateModule() As AdfinXAnalyticsFunctions.AdxDateModule Set CreateAdxDateModule = CreateReutersObject("AdfinXAnalyticsFunctions.AdxDateModule") End Function CreateAdxDateModule.DfAddPeriod("FRA", "12/02/2021", "1M", "EMC:S") But this does return a Type…
The OHLC data is missing for the LCOc1-LCOc3 jumbo spread. Although the volume values seem to be accurate but the OHLC data is not there. The data for December 2017 and July 2018 is missing. Please find the attached screenshot for reference. If this is not the right forum for posting this then please let me know where to…
I'm using the COM API to get market cap for a stock. I want weekly data rather than daily data. When I make the following call, I can get all of the daily data. Step3_CreateRData("MSFT.O", "TR.CompanyMarketCap(Scale=6)", "SDate=0 EDate=-100", "RH:Date CH:Fd"); Step4_RequestDex2Data(); But, if I change it to the following…
Hi, in an RData request for multiple RICs, is there a way to pass parameters per single RIC? I want to request Close prices for a number of RICs on a certain SDate which is different for every RIC. Can this be done in a single request? Thx Konstantin
...n firms started operations at different times Hello, I am using Reuters Eikon and I want to plot Time Series Charts. I want to plot the stock prices of different firms starting in 2017 with the base 0. My problem is that only two firms are starting there. Two other firms are starting in 2018 and 2019 but they also use…
Hi, I'm trying to get Corporate Action Data for a company. Everything works as expected until I pass edate/sdate parameters: .InstrumentIDList = "NORR.OL" .FieldList = "TR.CAAdjustmentFactor(CAEventType=SCN:SSP:SRE:CRD)" .RequestParam = "SDate=04/27/2020" No Error is returned, instead the returned array is an scaler of…
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…
Hi, I'm new here and since I did not find any solutions, I have to ask my question here, actually two questions and both of those two questions are related to Mergers & Acquisitions. First question: I chose wanted Columns and deleted unwanted ones. However, one column that is extremely important for me is missing. That…
Hi team, I am using COM API within Excel's VBA environment to download historical pricing data for a few dozen stocks. However, when I run these codes, around 60% of times, my Excel will crash half way through the data download process. I have been experiencing the same issue for over one year, and so far I cannot find a…
Hi, I was looking through some files and I found the formula TR.AccountsReceivableTradeNet. the formula I generally use for Accounts Receivables is TR.AcctsReceivTradeNet. I was wondering what is the difference between these 2 formulas because they provide very much different results
It looks like you're new here. Sign in or register to get started.