tool-nasdaq-quote

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

nasdaq_quote (Nasdaq quote)

nasdaq_quote(纳斯达克股票报价)

When to use

适用场景

  • Lightweight US stock quote (price/change/%change) for dashboarding or quick checks.
  • 用于仪表板展示或快速查询的轻量级美国股票报价(价格/涨跌幅/涨跌幅百分比)。

Parameters

参数

  • symbol
    (string, required): e.g.
    "AAPL"
    . Allowed:
    [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:
    • Meta
      (text: cached/durationMs)
    • Quote
      (table)
  • 返回格式:
    { quote: { symbol,name,exchange,currency,price,change,changePercent,marketCap,time }, meta: { cached,durationMs,timeoutMs } }
  • 渲染展示:
    • Meta
      (文本:cached/durationMs)
    • Quote
      (表格形式)

Notes

注意事项

  • Data is typically delayed (~15m) and can rate-limit; treat as “good enough” not authoritative.
  • targetWindow
    :
    des
  • 数据通常存在延迟(约15分钟),且可能受速率限制;仅作参考,不具备权威性。
  • targetWindow
    :
    des