What problem does it solve? Accessing historical financial data for US-listed stocks usually requires paid APIs or manual copy-pasting from websites. This Skill extracts income statements, balance sheets, cash flow statements, financial ratios, and employee counts directly from Macrotrends, covering 15+ years of history for roughly 6,500 tickers without any API key. ## Core Features & Use Cases - Full Financial Statements: Fetch income statements, balance sheets, and cash flow data in annual or quarterly frequency (where available) with 22-29 fields per statement. - Financial Ratios & Employee Counts: Retrieve 20 precomputed ratios (ROE, margins, debt/equity) plus year-by-year employee headcount. - ADR Coverage: Works with international ADRs like GGAL, BABA, or TM, with automatic ticker-to-slug resolution and a manual slug fallback. - Use Case: Run a single command to pull all of NVIDIA's annual financials into a JSON file, then feed it into your valuation model or dashboard. ## Quick Start Ask the AI to fetch Apple's complete financial data by running the fetch_financials.py script with the ticker AAPL and the --all flag, saving the output to a JSON file.