This skill performs comparative financial analysis of multiple companies, including:
- •Data Retrieval: Fetches financial data for multiple companies in parallel
- •Metric Calculation: Computes growth rates, ratios, valuation metrics
- •Normalization: Aligns time periods and fiscal calendars for fair comparison
- •Presentation: Generates markdown tables and narrative insights
- •Highlighting: Identifies best and worst performers in each metric
Usage
Provide companies and metrics to compare:
code
// Basic comparison "Compare AAPL, MSFT, and GOOGL over last 4 quarters" // Specific metrics "Compare revenue growth between Amazon and Apple over 2 years" // Valuation comparison "Compare P/E ratios for FAANG stocks"
Features
Supported Comparisons:
- •Revenue and earnings growth (YoY, QoQ, CAGR)
- •Profitability metrics (margin, ROE, ROA)
- •Valuation ratios (P/E, P/B, EV/EBITDA)
- •Stock performance (total return, volatility)
- •Market cap and share data
- •Balance sheet strength
- •Cash flow metrics
Time Periods:
- •Last N quarters (specify number)
- •Last N years
- •Custom date ranges
- •Fiscal year alignment
Integration
Uses financial-data-mcp MCP server tools:
- •get_stock_quote: Current prices and changes
- •get_stock_price_history: Historical price data
- •get_financials: Financial statements
- •get_company_info: Company overview and metrics
Output
Returns formatted comparison including:
- •Summary table with all companies and metrics
- •Highlighted best performers in each category
- •Narrative analysis of key findings
- •Charts/graphs (ASCII or markdown tables)
- •Statistical significance indicators where applicable