← ClaudeAtlas

full-stock-analysislisted

Comprehensive US stock analysis including fundamental analysis (financial metrics, business quality, valuation), technical analysis (indicators, chart patterns, support/resistance), stock comparisons, and investment report generation. Use when user requests analysis of US stock tickers (e.g., "analyze AAPL", "compare TSLA vs NVDA", "give me a report on Microsoft"), evaluation of financial metrics, technical chart analysis, or investment recommendations for American stocks.
from68/claude-portfolio-management-skills · ★ 0 · Data & Documents · score 72
Install: claude install-skill from68/claude-portfolio-management-skills
# US Stock Analysis ## Overview Perform comprehensive analysis of US stocks covering fundamental analysis (financials, business quality, valuation), technical analysis (indicators, trends, patterns), peer comparisons, and generate detailed investment reports. Fetch market data and fundamentals from the FMP MCP connector and apply structured analytical frameworks. ## Data Sources **All numbers come from the FMP MCP connector.** Invoke the `market-data` skill for exact endpoint names, parameters, and the metric-to-field mapping. WebSearch is a supplement for narrative context only — management commentary, competitive dynamics, breaking events — and is never a substitute for a figure FMP can provide. Where a web source is used, cite it. **Standard opening calls** (make these for every analysis, before any interpretation): ``` company(endpoint="profile-symbol", symbol=<TICKER>) # sector, industry, description, beta quote(endpoint="quote", symbol=<TICKER>) # price, 52w range, volume, mkt cap, P/E statements(endpoint="income-statement", symbol=<TICKER>, period="annual", limit=5) statements(endpoint="balance-sheet-statement", symbol=<TICKER>, period="annual", limit=5) statements(endpoint="cashflow-statement", symbol=<TICKER>, period="annual", limit=5) statements(endpoint="metrics-ratios", symbol=<TICKER>, period="annual", limit=5) ``` **Add per analysis type:** | Need | Call | |