
Fundamentals & Valuation
valuation-calculator
Valuation Calculator is a fast command-line stock valuation tool that delivers instant market metrics and multi-method valuations. Use it to compute PEG, forward/trailing P/E, implied EPS growth, EV/EBITDA, Rule of 40, and full DCF models for single tickers, portfolios, or major indices.
總覽
Valuation Calculator is a fast command-line stock valuation tool that delivers instant market metrics and multi-method valuations.
Valuation Calculator is a fast command-line stock valuation tool that delivers instant market metrics and multi-method valuations. Use it to compute PEG, forward/trailing P/E, implied EPS growth, EV/EBITDA, Rule of 40, and full DCF models for single tickers, portfolios, or major indices. Key features include concise commands (e.g., value, value peg, value ev, value dcf), DCF parameter controls (--wacc, --growth, --terminal), and an --auto mode that computes WACC via a CAPM-based estimate using live 10-year Treasury yields and beta. It reads portfolio positions from a default holdings.md, pulls market data via yfinance, and supports index snapshots (SPY, QQQ, DIA). Ideal for rapid investment research, earnings prep, portfolio-level valuation checks, and sensitivity analysis with reproducible, scriptable outputs for workflow automation.
Skill.md
這個 Skill 如何運作
Valuation Calculator is a fast command-line stock valuation tool that delivers instant market metrics and multi-method valuations. Use it to compute PEG, forward/trailing P/E, implied EPS growth, EV/EBITDA, Rule of 40, and full DCF models for single tickers, portfolios, or major indices.
Valuation Calculator
Fast stock valuation calculator with instant market valuation metrics.
Commands
| 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) |
Output Metrics
- PEG Ratio = Forward P/E ÷ EPS Growth Rate
- Forward P/E = Based on next 12 months expected earnings
- Trailing P/E = Based on past 12 months actual earnings
- Implied EPS Growth = (Trailing P/E ÷ Forward P/E - 1) × 100%
- EV/EBITDA = Enterprise Value ÷ EBITDA
- Rule of 40 = Revenue Growth % + Profit Margin %
- DCF = Discounted Cash Flow valuation
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)
- Rf = 10-year Treasury yield (auto-fetched from Yahoo Finance)
- β = Stock beta (from Yahoo Finance)
- Rm - Rf = Market risk premium (5.5%)
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:
- YouTube: 布萊恩穩賺 - Stock valuation screening
- Day1Global Tech Earnings Deepdive Skill
最適合用於
何時使用
Valuation Calculator is a fast command-line stock valuation tool that delivers instant market metrics and multi-method valuations. Use it to compute PEG, forward/trailing P/E, implied EPS growth, EV/EBITDA, Rule of 40, and full DCF models for single tickers, portfolios, or major indices.

01 · 會前準備
準備決策簡報
在投資委員會開會前,把零散證據整理成結構化的論據。

02 · 團隊協作
統一交接標準
讓分析師、投資組合經理與 Agent 產出一致的研究結果。

03 · 即時更新
更新投資邏輯
出現新催化劑、KPI 發布或財報結果後,更新情境假設。
社群回饋
越用越好用。
隨著 Skill 被使用與評審,回饋將顯示在這裡。
探索更多
相關 Skills
查看全部Industry Primer
Analyze an industry's structure, profit pools, key players, supply chain, and regime drivers. Use when starting research on an industry, mapping market structure, or framing sector-level opportunity…
Bear Case Builder
Stress test consensus with bearish counter-narratives, failure modes, and probability-severity analysis. Use when building downside cases, short theses, or risk scenarios against a bullish narrative.
Business Model Comp Matching
Match a company to the right peer set by business model, revenue mix, margin structure, and economics. Use when standard comp sets are misleading or when the user asks for more precise peer selection.