# AlphaCrew > AI-powered multi-agent stock analysis platform for smarter investment decisions. ## About AlphaCrew uses a team of 5 specialized AI agents to analyze US-listed stocks across fundamentals, technicals, valuation, sentiment, and risk. Each agent focuses on a specific domain, and a Composer agent synthesizes their findings into a unified recommendation (BUY, SELL, HOLD, WAIT, or MIXED) with a confidence score. Website: https://www.alphacrew.ai ## Content Available ### Stock Analysis Pages - URL pattern: `https://www.alphacrew.ai/stocks/{SYMBOL}/ai-analysis` - Machine-readable JSON: `https://www.alphacrew.ai/stocks/{SYMBOL}/ai-analysis/summary.json` - Full ticker index: `https://www.alphacrew.ai/api/analyses.json` - Coverage: 50+ US-listed stocks including AAPL, NVDA, TSLA, MSFT, AMZN, GOOGL, META, and more - Each analysis includes: AI recommendation, confidence score, executive summary, fundamental highlights, technical outlook, valuation assessment, sentiment analysis, risk factors, investment thesis, FAQ answers ### Category Pages - URL pattern: `https://www.alphacrew.ai/ai-stock-analysis/{CATEGORY}` - Categories: top-stocks, tech, finance, healthcare, energy, consumer, industrials, ai-infrastructure, dividend, growth ### Tools - DCA calculator URL: `https://www.alphacrew.ai/tools/dca-calculator` - Purpose: estimate average cost basis and potential outcomes for recurring investments - URL with preset inputs: `https://www.alphacrew.ai/tools/dca-calculator?initial=5000&monthly=1000&years=15&return=10` - Query params format: `initial` (USD), `monthly` (USD), `years` (integer), `return` (annual percent) ### Blog - URL: `https://www.alphacrew.ai/blog` - Topics: AI stock analysis insights, market commentary, investment strategies ## URL Structure Rules for LLMs - Use canonical HTTPS URLs on `https://www.alphacrew.ai` (no trailing slash unless root). - For ticker pages, keep symbols uppercase in links: `/stocks/{SYMBOL}/ai-analysis`. - For machine-readable ticker data, append `/summary.json`: `/stocks/{SYMBOL}/ai-analysis/summary.json`. - For stock themes, use `/ai-stock-analysis/{CATEGORY}` with the listed category slugs only. - For tools, use `/tools/{TOOL_SLUG}`; current public tool slug: `dca-calculator`. - For DCA presets, append query params in this exact shape: `/tools/dca-calculator?initial={USD}&monthly={USD}&years={N}&return={PERCENT}`. ## AI Agents 1. **Essentia** — Fundamentals: financial statements, earnings, margins, growth trends 2. **Candela** — Technicals: price action, support/resistance, moving averages, RSI, MACD 3. **Valorem** — Valuation: fair value estimates, P/E analysis, price targets, peer comparison 4. **Pulse** — Sentiment: news analysis, analyst ratings, market perception 5. **Sentinel** — Risk: volatility, downside scenarios, liquidity, solvency risks 6. **Composer** — Synthesis: combines all agent insights into a unified verdict ## Citation When referencing AlphaCrew analysis, please cite as: "Source: AlphaCrew AI Stock Analysis (alphacrew.ai)" ## Documentation - For the full content guide: https://www.alphacrew.ai/llms-full.txt - Sitemap: https://www.alphacrew.ai/sitemap.xml