Stocks Calculator

This is a little calculator that uses 5 different methods to compute the target price for a given stock.


Target Price Calculator
Enter stock symbol (i.e. SUNW):
Enter trailing EPS:
Enter estimated FY2 EPS:
Enter Current Price:
Enter last 4 quarter Sales:
Enter R&D percentage:
Enter operating cash flow:
Enter number of shares:
Enter recent yearly earning growth:
Enter estimated 5-year earning growth:
Enter current AAA bond yield:
Enter current ROE:
[See Calculation]


Results of previous calculations.

\n" + "Stock Symbol$symbol"); fputs($fp, "\n

\n"); fputs($fp, "\n" + "PEG Target"); $buf = sprintf("%10.4f", $peg); fputs($fp, "" . $buf . "\n\n

\n"); fputs($fp, "\n" + "YPEG Target"); $buf = sprintf("%10.4f", $ypeg); fputs($fp, "" . $buf . "\n\n

\n"); fputs($fp, "\n" + "Ben Graham Method"); $buf = sprintf("%10.4f", $ben); fputs($fp, "" . $buf . "\n\n

\n"); fputs($fp, "\n" + "Templar's Model "); $buf = sprintf("%10.4f", $templar); fputs($fp, "" . $buf . "\n\n

\n"); fputs($fp, "\n" + "Uptrend's Model "); $buf = sprintf("%10.4f", $uptrend); fputs($fp, "" . $buf . "\n\n

\n"); fputs($fp, "\n" + "Raleigh Cash flow Model "); $buf = sprintf("%10.4f", $raleigh); fputs($fp, "" . $buf . "\n\n

\n"); fputs($fp, "\n\n

\n"); fclose($fp); */ ?>

Calculated Results


Target Price Calculator Results
Stock Symbol
PEG Target
YPEG Target
Ben Graham Method
Templar's Model
Uptrend's Model
Raleigh Cash flow model


Tin "Tin Man" Le / tin@le.org

Home...

Last Updated: $Date: 1996/05/17 19:08:01 $