Wolfram Computation Meets Knowledge

Benjamin Graham Formula

The Benjamin Graham formula is an intrinsic value formula used to quickly determine how rationally priced stocks were.

The intrinsic value increases directly with increasing earnings per share and the long-term earnings growth estimate.

Formula

QuantityVariable[SuperStar["V"], "Money"] == QuantityVariable["EPS", "Money"]*(8.5 + 200*QuantityVariable["g", "Unitless"])

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Benjamin Graham Formula"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Benjamin Graham Formula"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Benjamin Graham Formula"], {QuantityVariable[
   SuperStar["V"],"Money"] -> Quantity[180., "USDollars"], 
  QuantityVariable["g","Unitless"] -> Quantity[7.`, "Percent"]}]
Out[3]=

Source Metadata

Publisher Information