Valuation Calculator
by @arbiger
Fast stock valuation calculator - compute PEG, EV/EBITDA, Rule of 40, DCF and more with simple commands. Inspired by YouTube tutorial and Day1Global Tech Ear...
clawhub install valuation-calculatorπ About This Skill
name: valuation-calculator description: 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.
Valuation Calculator
Fast stock valuation calculator with instant market valuation metrics.
Commands
| Command | Description |
|---------|-------------|
| value | Full valuation for a single stock |
| value peg | PEG + Forward/Trailing P/E + Implied Growth |
| value ev | EV/EBITDA + Rule of 40 |
| value dcf | DCF valuation (default parameters) |
| value dcf | DCF with auto-calculated WACC (CAPM model) |
| value dcf | Custom DCF parameters |
| value | All holdings valuation (reads from holdings.md) |
| value --index | Three major indices (SPY, QQQ, DIA) |
Output Metrics
DCF Parameters
| 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% |
Auto WACC (CAPM Model)
WACC = Rf + Ξ² Γ (Rm - Rf)
Holdings File
Default reads from ~/.openclaw/workspace/holdings.md
Data Source
Yahoo Finance API (yfinance)
Usage Examples
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
Evaluation Criteria
| 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: