What problem does it solve? Getting current market data usually requires paid APIs, API keys, or heavy libraries. This Skill retrieves stock quotes, ticker search, OHLCV history, side-by-side comparisons, and crypto prices using only the Python standard library and Yahoo Finance's public endpoints. ## Core Features & Use Cases - Real-Time Quotes: Get current price, change, volume, and 52-week high/low for one or more tickers like AAPL, MSFT, or TSLA. - History & Comparison: Pull daily OHLCV data over ranges from 1 month to 5 years with computed stats, or compare multiple tickers side by side. - Crypto Prices: Query crypto prices such as BTC, ETH, and SOL with automatic -USD suffix handling. - Use Case: A user asks "How did NVDA perform over the last 6 months?" The agent runs the history command and returns JSON with daily prices, min, max, average, and total return percentage. ## Quick Start Ask the agent to get the current stock quote for AAPL using the stocks skill.