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, quotes, market data, or ticker information.
通过Quodd API获取美国股票实时报价。
更多信息,请访问:https://www.quodd.com/stock-and-etf-data
bash
需要设置QUODDUSERNAME和QUODDPASSWORD环境变量。
bash
python3 /home/claw/.openclaw/workspace/skills/quodd/scripts/quote.py AAPL
bash
python3 /home/claw/.openclaw/workspace/skills/quodd/scripts/quote.py AAPL MSFT META GOOGL
bash
python3 /home/claw/.openclaw/workspace/skills/quodd/scripts/quote.py AAPL --format json
bash
python3 /home/claw/.openclaw/workspace/skills/quodd/scripts/quote.py AAPL --no-cache
Quodd股票报价
股票代码 日期 时间 最高价 最低价 收盘价 盘后时间 盘后价格
json
{
quotes: [
{
symbol: AAPL,
date: 01/29/26,
time: 14:30,
high: 185.50,
low: 180.25,
close: 182.63,
afterhourstime: 17:45:30,
afterhoursprice: 182.80
}
]
}
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 quodd-1776366498 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 quodd-1776366498 技能
skillhub install quodd-1776366498
文件大小: 4.8 KB | 发布时间: 2026-4-17 15:17