tool-nasdaq-quote
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesenasdaq_quote (Nasdaq quote)
nasdaq_quote(纳斯达克股票报价)
When to use
适用场景
- Lightweight US stock quote (price/change/%change) for dashboarding or quick checks.
- 用于仪表板展示或快速查询的轻量级美国股票报价(价格/涨跌幅/涨跌幅百分比)。
Parameters
参数
- (string, required): e.g.
symbol. Allowed:"AAPL"[A-Z0-9.\\-=_^]{1,15}
- (字符串,必填):例如
symbol。允许的格式:"AAPL"[A-Z0-9.\\-=_^]{1,15}
Examples
示例
json
{ "name": "nasdaq_quote", "params": { "symbol": "AAPL" } }json
{ "name": "nasdaq_quote", "params": { "symbol": "AAPL" } }Output
输出
- Returns:
{ quote: { symbol,name,exchange,currency,price,change,changePercent,marketCap,time }, meta: { cached,durationMs,timeoutMs } } - Rendered:
- (text: cached/durationMs)
Meta - (table)
Quote
- 返回格式:
{ quote: { symbol,name,exchange,currency,price,change,changePercent,marketCap,time }, meta: { cached,durationMs,timeoutMs } } - 渲染展示:
- (文本:cached/durationMs)
Meta - (表格形式)
Quote
Notes
注意事项
- Data is typically delayed (~15m) and can rate-limit; treat as “good enough” not authoritative.
- :
targetWindowdes
- 数据通常存在延迟(约15分钟),且可能受速率限制;仅作参考,不具备权威性。
- :
targetWindowdes