What problem does it solve? MarketWatch has no official public API, making it hard to programmatically access its stock quotes, financial statements, SEC filings, analyst estimates, options chains, and historical prices. This Skill extracts that data directly from MarketWatch's public HTML pages without requiring an API key. ## Core Features & Use Cases - Financial Statements: Extract income statements, balance sheets, and cash flow statements (annual or quarterly, ~5 years of history) for US stocks and global ADRs. - Market Data: Fetch real-time quotes, company profile ratios (P/E, margins, ROE, debt ratios), analyst estimates with target prices, options chains by expiration, and daily OHLCV history. - SEC Filings: List recent 10-K, 10-Q, 8-K, and other filings with dates and categories. - Use Case: Run a single command like python scripts/fetch_marketwatch.py --ticker AAPL --all --output aapl.json to compile a complete fundamental and market data snapshot of Apple into structured JSON for further analysis. ## Quick Start Ask the AI to fetch all available MarketWatch data for a ticker such as AAPL and save the results to a JSON file.