What problem does it solve? Getting quick market data usually requires paid APIs, API keys, or heavy libraries. This Skill retrieves stock quotes, historical prices, ticker search, multi-stock comparisons, and crypto prices using only Python's standard library and Yahoo Finance's public endpoints. ## Core Features & Use Cases - Real-Time Quotes: Get current price, change, volume, 52-week high/low, market cap, and P/E ratio for one or more tickers. - History & Comparison: Pull OHLCV history over ranges from 1 month to 5 years with summary stats, or compare multiple tickers side by side. - Crypto Prices: Query crypto prices like BTC or ETH with automatic -USD suffix handling. - Use Case: Ask for a comparison of AAPL, MSFT, and GOOGL before a portfolio review and receive a JSON table of prices, changes, and 52-week performance. ## Quick Start Ask the agent to get the current stock quote for AAPL using the stocks skill.