← 返回
未分类 中文

Stock Quote

Get real-time stock, ETF, and crypto prices. Compare tickers, check market cap and volume. Uses Yahoo Finance — no API key required.
实时获取股票、ETF 和加密货币价格,比较代码,查看市值与成交量。使用 Yahoo Finance,无需 API 密钥。
josephflu
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 450
下载
💾 1
安装
1
版本
#latest

概述

stock-quote

Get real-time stock, ETF, and crypto prices via Yahoo Finance — no API key needed.

Trigger phrases

  • "What's Apple 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

Run uv run scripts/quote.py with one or more ticker symbols:

# Single ticker
uv run scripts/quote.py AAPL

# Crypto
uv run scripts/quote.py BTC-USD

# Multiple tickers (comparison table)
uv run scripts/quote.py AAPL MSFT GOOG NVDA

# Detailed view
uv run scripts/quote.py AAPL --detail

Output

Single ticker:

╭─────────────────────────────────────────╮
│ 🍎 Apple 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 status (open/closed) shown automatically

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 05:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

eBay Agent

josephflu
eBay 研究代理。使用 eBay REST API 搜索优惠、评估价格并获取公平价值估算。无需 eBay 账号,仅需免费开发者账号。
★ 4 📥 686

Domain Name Checker

josephflu
检查域名可用性并头脑风暴名称。检查 .com/.net/.org/.io/.ai/.co/.app/.dev 等域名。当域名被占用时提供替代建议。无需 API 密钥。
★ 0 📥 468

Cron Helper

josephflu
解释、生成并校验 cron 表达式;将自然语言计划转为 cron 语法并反向转换;显示下次运行时间;支持标准 5 字段 cron
★ 0 📥 406