There are very few stocks in Quotes Plus that have short interest data. I ran a simple scan and found only 14 NYSE stocks with a short interest greater than one million shares and only 23 NYSE stocks with a short interest greater than one hundred thousand shares.
Here is the simple scan I ran. # Begin scan Output = "short.lst"; Exchange = NYSE; If Shortint > 0.1 then Println Symbol; endif; #end scan Shortint is in millions so 0.1 = 100,000 and 1 = 1,000,000. Howard murthysuresh wrote: > > I am looking at the share short value and it is always 0. I was > querying from Ami and found it to be 0. Then i logged into quoteplus > and am seeing the value to be 0 all the time. > > I am stuck here. can someone let me know why and how to correct it. > > thanks for the help > >
