Fast stock valuation calculator - compute PEG, EV/EBITDA, Rule of 40, DCF and more with simple commands. Inspired by YouTube tutorial and Day1Global Tech Earnings Deepdive Skill.
Fast stock valuation calculator with instant market valuation metrics.
| Command | Description |
|---|---|
value <ticker> | Full valuation for a single stock |
value peg <ticker> | PEG + Forward/Trailing P/E + Implied Growth |
value ev <ticker> | EV/EBITDA + Rule of 40 |
value dcf <ticker> | DCF valuation (default parameters) |
value dcf <ticker> --auto | DCF with auto-calculated WACC (CAPM model) |
value dcf <ticker> --wacc=0.10 --growth=0.15 --terminal=0.03 | Custom DCF parameters |
value | All holdings valuation (reads from holdings.md) |
value --index | Three major indices (SPY, QQQ, DIA) |
| Parameter | Description | Default |
|---|---|---|
--auto | Auto-calculate WACC using CAPM model | - |
--wacc=N | Weighted Average Cost of Capital | 10% |
--growth=N | Future growth rate | 5% |
--terminal=N | Terminal growth rate | 2.5% |
WACC = Rf + β × (Rm - Rf)
Default reads from ~/.openclaw/workspace/holdings.md
Yahoo Finance API (yfinance)
value NVDA # Full valuation
value peg NVDA # PEG only
value ev NVDA # EV/EBITDA + Rule of 40
value dcf NVDA # DCF (default params)
value dcf NVDA --auto # DCF with auto-WACC
value dcf NVDA --wacc=0.08 --growth=0.15 --terminal=0.03 # Custom
value # All holdings dashboard
value --index # Major indices
| PEG | Rating |
|---|---|
| < 0.5 | 🔥 Severely Undervalued |
| 0.5 - 1.0 | 👍 Undervalued |
| 1.0 - 1.5 | ✅ Fair Value |
| > 1.5 | ⚠️ Overvalued |
| Rule of 40 | Rating |
|---|---|
| >= 40% | ✅ Pass |
| < 40% | ⚠️ Below |
| DCF Upside | Rating |
|---|---|
| > 20% | ✅ Undervalued |
| -20% ~ 20% | ⚠️ Fair Value |
| < -20% | ❌ Overvalued |
Inspired by: