What problem does it solve? Getting quick market data usually requires signing up for API keys, installing SDKs, or paying for data feeds. This Skill retrieves stock quotes, historical prices, ticker search, 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, and 52-week high/low for one or more tickers like AAPL, TSLA, or MSFT. - History & Comparison: Pull daily 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 such as BTC, ETH, and SOL with automatic -USD suffix handling. - Use Case: Ask for a comparison of AAPL, MSFT, and GOOGL and receive a JSON table with price, change percentage, market cap, and 52-week performance for each. ## Quick Start Ask the agent to get the current stock quote for AAPL using the stocks skill.