Stock Market Pro
Yahoo Finance-powered stock analysis toolkit with real-time quotes, fundamentals, ASCII trends, and publication-ready PNG charts with technical indicators (RSI, MACD, Bollinger Bands, VWAP, ATR).
# Stock Market Pro Yahoo Finance-powered stock analysis toolkit with real-time quotes, fundamentals, ASCII trends, and publication-ready PNG charts with technical indicators (RSI, MACD, Bollinger Bands, VWAP, ATR). Stock Market Pro is a fast, local-first market research toolkit powered by Yahoo Finance (yfinance). It delivers clean price data and fundamentals, generates publication-ready charts with technical indicator panels, and runs one-shot reports that output both a text summary and a high-resolution PNG. Optional add-ons provide news link sweeps via DuckDuckGo and browser-first options/flow data from Unusual Whales. ## How It Works The skill uses uv run --script for zero-config dependency handling. You pass a ticker symbol and subcommand to the yf.py script, which fetches data from Yahoo Finance and processes it locally. Charts are rendered as high-resolution PNG files with optional technical indicator overlays. The one-shot report command combines a compact text summary with an automatically generated chart image. ## Key Features - **Real-Time Quotes**: Fetch current price and change for any supported ticker - **Fundamentals Summary**: View Market Cap, Forward PE, EPS, and ROE at a glance - **ASCII Trends**: Terminal-friendly price history visualization - **High-Resolution PNG Charts**: Candlestick or line charts with optional indicator panels: RSI(14), MACD(12,26,9), Bollinger Bands(20,2), VWAP, and ATR(14) - **One-Shot Reports**: Generate a compact text summary plus chart PNG in a single command - **News Search Add-on**: Sweep recent news links via DuckDuckGo integration - **Options / Flow Add-on**: Browser-first access to Unusual Whales options and flow data - **Broad Ticker Support**: US stocks, Korean exchanges (.KS), crypto (BTC-USD), and FX pairs (USDKRW=X) ## Requirements - **uv**: Dependency manager for Python scripts (install from github.com/astral-sh/uv) - **ddgs (optional)**: DuckDuckGo search library for the news add-on ## Use Cases - **Quick Market Check**: Pull real-time quotes and fundamentals for any ticker without leaving your terminal - **Technical Analysis**: Generate publication-ready charts with RSI, MACD, Bollinger Bands, VWAP, or ATR overlays - **Investment Reports**: Create one-shot reports combining text summaries with high-res chart images - **News Monitoring**: Sweep recent financial news for specific tickers via DuckDuckGo - **Multi-Market Research**: Analyze US equities, Korean stocks, cryptocurrencies, and FX pairs from a single tool ## Installation Install via: `npx clawhub@latest install stock-market-pro`