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 ratios (PE, PB, ROE, D/E, etc.), (3) benchmarking a stock against sector/industry peers, (4) generating financial summary reports, (5) screening stocks by financial criteria, (6) comparing S&P 500 vs NASDAQ constituents. NOT for real-time trading signals, technical chart analysis, or options pricing.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "us-stock-financial-analyzer" with this command: npx skills add terrycarter1985/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

  1. Fetch data — Run scripts/fetch_financials.py to pull financial statements via yfinance.
  2. Compute indicators — Run scripts/compute_indicators.py to calculate key ratios and scores.
  3. Benchmark — Run scripts/benchmark.py to compare against sector/industry peers.
  4. 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<25;roe>15;de<1.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

CategoryIndicators
ValuationPE, PB, PS, PEG, EV/EBITDA
ProfitabilityROE, ROA, Gross Margin, Net Margin
LeverageD/E, Interest Coverage, Equity Ratio
GrowthRevenue CAGR, EPS Growth, FCF Growth
LiquidityCurrent Ratio, Quick Ratio

Full formulas in references/indicators.md.

Dependencies

Requires: yfinance, pandas, numpy. Install via:

pip install yfinance pandas numpy

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

AB Agents Memory

🧠 Long-term memory system for OpenClaw agents. Manages entities, context, and knowledge base with Obsidian integration. By AB-Agents.

Registry SourceRecently Updated
Research

Sopaper Evidence

Evidence-first research workflow for evidence discovery, source verification, and citation grounding. Use when the task requires searching, verifying, and or...

Registry SourceRecently Updated
Research

Parallel Search

AI-powered web search via Parallel API. Returns ranked results with LLM-optimized excerpts. Use for up-to-date research, fact-checking, and domain-scoped sea...

Registry SourceRecently Updated
Research

Parallel Monitor

Continuously track the web for changes via the Parallel Monitor API. Creates a recurring research task that runs on a cadence and emits events on change — wi...

Registry SourceRecently Updated