US Stock Financial Analyzer
/install us-stock-financial-analyzer
US Stock Financial Analyzer
Analyze S&P 500 and NASDAQ stock financial data through automated indicator computation, peer benchmarking, and structured reporting.
Workflow
- Fetch data — Run
scripts/fetch_financials.pyto pull financial statements via yfinance. - Compute indicators — Run
scripts/compute_indicators.pyto calculate key ratios and scores. - Benchmark — Run
scripts/benchmark.pyto compare against sector/industry peers. - Report — Synthesize results into a structured summary.
For full indicator definitions and formulas, see references/indicators.md.
Quick Start
Single-stock analysis
python3 scripts/fetch_financials.py AAPL
python3 scripts/compute_indicators.py AAPL
Peer benchmarking
python3 scripts/benchmark.py AAPL --index sp500
python3 scripts/benchmark.py MSFT --index nasdaq
Batch screening
python3 scripts/fetch_financials.py AAPL MSFT GOOGL --batch
python3 scripts/compute_indicators.py --screen "pe\x3C25;roe>15;de\x3C1.5" --index sp500
Output Format
All scripts output JSON to stdout. Pipe to jq or redirect to file:
python3 scripts/compute_indicators.py AAPL | jq '.valuation'
Key Indicators
| Category | Indicators |
|---|---|
| Valuation | PE, PB, PS, PEG, EV/EBITDA |
| Profitability | ROE, ROA, Gross Margin, Net Margin |
| Leverage | D/E, Interest Coverage, Equity Ratio |
| Growth | Revenue CAGR, EPS Growth, FCF Growth |
| Liquidity | Current Ratio, Quick Ratio |
Full formulas in references/indicators.md.
Dependencies
Requires: yfinance, pandas, numpy. Install via:
pip install yfinance pandas numpy
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install us-stock-financial-analyzer - After installation, invoke the skill by name or use
/us-stock-financial-analyzer - Provide required inputs per the skill's parameter spec and get structured output
What is US Stock Financial Analyzer?
Automated financial indicator analysis for S&P 500 and NASDAQ stocks. Use when (1) analyzing stock financial health or valuation, (2) computing financial rat... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.
How do I install US Stock Financial Analyzer?
Run "/install us-stock-financial-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is US Stock Financial Analyzer free?
Yes, US Stock Financial Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does US Stock Financial Analyzer support?
US Stock Financial Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created US Stock Financial Analyzer?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.