full-stock-analysislisted
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 |
|