Skip to main content
Glama

graham-number-calculator

compute_graham_number

Compute Benjamin Graham's fair-value ceiling (sqrt(22.5 * EPS * book value per share)) for a US-listed ticker, and the margin of safety against its current price. Looks up EPS, book value per share, and price from SEC EDGAR + market data automatically -- just pass a ticker. You can also pass eps/bvps/price directly to compute it for a hypothetical company with no ticker.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
epsNoEarnings per share, used instead of a ticker lookup
bvpsNoBook value per share, used instead of a ticker lookup
priceNoCurrent price, used to compute margin of safety
tickerNoA US-listed ticker symbol, e.g. AAPL

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

Score is being calculated.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources