Sort by years from IPO

I read in Investors Business Daily recently that the biggest gains in stocks happen within eight years of the IPO. Does anyone know of a database that can sort on years from IPO? I would also then like to sort that list by wether they are optionable or not.

thanks for any help
 
((C - C2000) / C2000 * 100)
Try this scan. The logic 8 years is 2000 trading days.
now sort the all stock list using this criteria. All those with less than 8 years will have no value attached to them.
Or alternatively try this scan if you want a perfect cut off date
C'1/1/1994'
 
((C - C2000) / C2000 * 100)
Try this scan. The logic 8 years is 2000 trading days.
now sort the all stock list using this criteria. All those with less than 8 years will have no value attached to them.
Or alternatively try this scan if you want a perfect cut off date
C'1/1/1994'
 
Back
Top