financial-analysis-dcf
Installation
SKILL.md
DCF Valuation
Estimate intrinsic value per share using a discounted cash flow model. Data from SEC EDGAR (financials), FRED (risk-free rate), and Yahoo Finance (price, beta).
Setup
No dependencies required. All scripts use Python standard library only.
Workflow
Step 1 — Run the DCF script
bash run.sh <SYMBOL>
# With custom assumptions:
bash run.sh <SYMBOL> --terminal-growth 3.0 --fcf-growth 15 --projection-years 7
The script:
Related skills