Биржевые котировки через Yahoo Finance

★ 7.1 · general

stocks is a Claude Code skill that fetches read-only market data via the unofficial Yahoo Finance API — no API key required, no pip installs, just Python 3.8+ stdlib. Five commands cover the most common scenarios: `quote` for current price, change, volume, and 52-week range; `search` to find a ticker by company name (returns top 5 results); `history` for daily OHLCV data over ranges from 1 month to 5 years; `compare` for side-by-side performance of multiple tickers; and `crypto` for cryptocurrency prices (BTC, ETH, SOL, etc., with `-USD` appended automatically). All output is JSON on stdout and can be piped through `jq`. Setting an optional `ALPHA_VANTAGE_KEY` backfills `market_cap` and `pe_ratio` when Yahoo's crumb-protected fields return null. The skill is strictly read-only — no order placement or account integration.