financial-analysis-comps
Installation
SKILL.md
Comparable Company Analysis
Institutional-grade peer benchmarking for US stocks. Compares financial metrics (margins, growth, ROE), valuation multiples (P/E, P/S, EV/EBITDA, EV/Revenue), and provides statistical context (median, percentiles, percentile ranks). Data from SEC EDGAR (financials) and Yahoo Finance (market data).
Setup
No dependencies required. All scripts use Python standard library only.
Workflow
Step 1 — Run the comps script
bash run.sh <SYMBOL1> <SYMBOL2> <SYMBOL3> ...
Max 10 symbols. Returns JSON with:
- Financial metrics: revenue, margins (gross/operating/net), ROE, YoY growth
- Valuation multiples: P/E, P/S, EV/EBITDA, EV/Revenue
Related skills