Install
openclaw skills install eagerbots-stock-quoteGet real-time stock, ETF, and crypto prices. Compare tickers, check market cap and volume. Uses Yahoo Finance — no API key required.
openclaw skills install eagerbots-stock-quoteGet real-time stock, ETF, and crypto prices via Yahoo Finance — no API key needed.
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
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.
-USD suffix: BTC-USD, ETH-USD, SOL-USDreferences/common-tickers.md for popular symbols