What problem does it solve? Accessing structured financial data for global stocks typically requires paid APIs or manual browsing. This Skill queries SimplyWallSt's internal REST API directly, without an API key or registration, to retrieve snowflake scores, valuation metrics, dividend history, and insider transactions for over 120,000 stocks across 90+ markets. ## Core Features & Use Cases - Snowflake Scores: Retrieve value, income, health, past, future, and management scores (0-6 each) with summary sentences for any listed company. - Company Fundamentals: Fetch P/E, P/B, PEG, ROE, ROA, EPS, debt/equity, market cap, analyst counts, and price targets. - Dividend & Insider Data: Access 19+ years of dividend history, payout ratios, projected yields, and insider transactions. - Ticker Snapshot: Download a complete CSV snapshot (~78K listings, 106 exchanges) for instant local ticker resolution instead of slow grid iteration. - Use Case: Run python scripts/fetch_sws.py --ticker GGAL --full to get a complete fundamental profile of Grupo Financiero Galicia, or use --grid --size 10 as a market-cap-ranked stock screener. ## Quick Start Ask the AI to fetch the snowflake scores and full financial analysis for a stock ticker like GGAL using the simplywallst skill.