I have been trying to reproduce a scan I run as a console VB.NET application. I used as my base the QP_EX_Closes program (thanks to whomever wrote that).
I have much of it working. The thing I'm fighting right now is reproducing the QPSCAN function QTREPS(quarter#). I've tried to grab the same data from the RevEPS class, which seems logical, but I don't see a matching function. I tried the EarningsEstimates class function QtrYPAEPS but when I pass quarter# == -1 I get garbage back. The CompanyInfo class has a TTMEPS function but it doesn't take a quarter parameter. I know it's something stupid I'm overlooking. Can anyone please point me in the right direction? Eric
