quoddFetch real-time stock quotes via Quodd API. Get current prices, daily high/low, and after-hours data for US equities. Use when the user asks for stock prices, quotes, market data, or ticker information.
Install via ClawdBot CLI:
clawdbot install khaney64/quoddFetch real-time stock quotes for US equities via the Quodd API.
For more information, visit: https://www.quodd.com/stock-and-etf-data
# Get a quote for Apple
python scripts/quote.py AAPL
# Get quotes for multiple tickers
python scripts/quote.py AAPL MSFT META
Set the following environment variables:
export QUODD_USERNAME="your_username"
export QUODD_PASSWORD="your_password"
python scripts/quote.py AAPL
python scripts/quote.py AAPL MSFT META GOOGL
python scripts/quote.py AAPL --format json
python scripts/quote.py AAPL --no-cache
Quodd Stock Quotes
Symbol Date Time High Low Close AH Time AH Price
-------------------------------------------------------------------------------
AAPL 01/29/26 14:30 185.50 180.25 182.63 17:45:30 182.80
{
"quotes": [
{
"symbol": "AAPL",
"date": "01/29/26",
"time": "14:30",
"high": 185.50,
"low": 180.25,
"close": 182.63,
"after_hours_time": "17:45:30",
"after_hours_price": 182.80
}
]
}
~/.openclaw/credentials/quodd-token.json for 20 hours--no-cache if you encounter authentication errors after credential changesGenerated Mar 1, 2026
An individual investor uses this skill to track real-time stock prices and after-hours data for their portfolio holdings, such as AAPL and MSFT, enabling quick decisions on buying or selling based on current market conditions. This helps in managing personal investments without relying on external financial platforms.
A financial advisor integrates this skill into their workflow to fetch up-to-date stock quotes for client portfolios, generating reports that include daily highs, lows, and after-hours activity. This enhances client communication by providing accurate, real-time data during meetings or updates.
A trading desk at a brokerage firm uses this skill to retrieve real-time quotes for multiple US equities, supporting rapid analysis of price movements and after-hours trading trends. This aids in executing trades and managing risk by accessing current market data directly.
A fintech startup incorporates this skill into their mobile app to display live stock quotes and after-hours prices for users, enhancing features like watchlists and alerts. This provides a competitive edge by offering reliable, real-time market data sourced from Quodd.
Researchers in economics or finance use this skill to collect real-time stock data for studies on market volatility or after-hours trading patterns, analyzing quotes for symbols like GOOGL and META. This supports data-driven insights without manual data entry from external sources.
Offer this skill as part of a subscription service where users pay monthly or annually for access to real-time stock quotes via the Quodd API, targeting individual investors and small businesses. Revenue is generated through tiered pricing based on usage limits or data features.
License this skill to financial institutions or fintech companies as a white-label solution, allowing them to integrate real-time stock data into their own platforms under their branding. Revenue comes from one-time setup fees and ongoing licensing agreements.
Provide basic stock quote functionality for free to attract users, while charging for advanced features like historical data, bulk downloads, or premium support. This model targets hobbyist investors and upsells to professionals needing more comprehensive tools.
💬 Integration Tip
Ensure environment variables QUODD_USERNAME and QUODD_PASSWORD are set before use, and consider caching tokens to avoid frequent authentication calls for better performance.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.