Home : Money

Market statistics

A useful utility that I use to sort data exported in tab-delimited formatted. Here, I assume field 6 from the stats.txt. 'cut' counts field from 1.
cut -f 6 stats.txt | awk '{ if ($1 <0) {print 10000} else {print $1}}' | sort -n | nl | less
I'm not sure what it does with blanks. I'll need to check.

A "blog" of market stats. Contains links to my blog.

21-Nov-2010 PBV and PBTV in quintiles (P20 is 1.13 and 1.64 resp.)link
14-Nov-2010 GR (Graham Ratio) in quintiles (P20 is 2.9) link

Author:  Mark Carter
Created: 21-Nov-2010
Updated: 21-Nov-2010