Stock Quote
v1.0.0获取 real-time stock, ETF, and crypto prices. Compare tickers, 检查 market cap and volume. Uses Yahoo Finance — no API key required.
运行时依赖
安装命令
点击复制技能文档
stock-quote
获取 real-time stock, ETF, and crypto prices via Yahoo Finance — no API key needed.
Trigger phrases "What's 应用le stock at?" "What's the price of TSLA?" "How is NVDA doing today?" "Compare AAPL MSFT GOOG" "What's BTC at?" "Show me SPY and QQQ" "Is the market up today?" "How's the market doing?" "Quote for [TICKER]" Usage
运行 uv 运行 scripts/quote.py with one or more ticker symbols:
# Single ticker uv 运行 scripts/quote.py AAPL
# Crypto uv 运行 scripts/quote.py BTC-USD
# Multiple tickers (comparison table) uv 运行 scripts/quote.py AAPL MSFT GOOG NVDA
# DetAIled view uv 运行 scripts/quote.py AAPL --detAIl
输出
Single ticker:
╭─────────────────────────────────────────╮ │ 🍎 应用le Inc. (AAPL) NASDAQ │ │ $213.49 ▲ +2.31 (+1.09%) ● Market Open │ ├─────────────────────────────────────────┤ │ 52W Range $164.08 ──────●──── $237.23 │ │ Volume 45.2M (avg 52.1M) │ │ Market Cap $3.21T │ ╰─────────────────────────────────────────╯
Multiple tickers: Rich comparison table with Ticker, Name, Price, Change, % Change, Market Cap — green for gAIns, red for losses.
Notes Uses Yahoo Finance's unofficial API (free, no key required) Crypto tickers use -USD suffix: BTC-USD, ETH-USD, SOL-USD See references/common-tickers.md for popular symbols Market 状态 (open/closed) shown automatically