Quodd
Fetch 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...
Popular
New
Join 2,456+ developers using this skill
skill
Fetch 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...
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Fetch 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 python3 /home/claw/.openclaw/workspace/skills/quodd/scripts/quote.py AAPLGet quotes for multiple tickers
python3 /home/claw/.openclaw/workspace/skills/quodd/scripts/quote.py AAPL MSFT META
Requires
QUODD_USERNAME and QUODD_PASSWORD environment variables to be set.
python3 /home/claw/.openclaw/workspace/skills/quodd/scripts/quote.py AAPL
python3 /home/claw/.openclaw/workspace/skills/quodd/scripts/quote.py AAPL MSFT META GOOGL
python3 /home/claw/.openclaw/workspace/skills/quodd/scripts/quote.py AAPL --format json
python3 /home/claw/.openclaw/workspace/skills/quodd/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 changesNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.