Agent Skills: nasdaq_quote (Nasdaq quote)

Use the nasdaq_quote tool to fetch a US equity quote (free; delayed) with lightweight caching and latency metadata.

UncategorizedID: captaindpt/truth-terminal/tool-nasdaq-quote

Install this agent skill to your local

pnpm dlx add-skill https://github.com/captaindpt/truth-terminal/tree/HEAD/my_workspace/skills/tool-nasdaq-quote

Skill Files

Browse the full folder contents for tool-nasdaq-quote.

Download Skill

Loading file tree…

my_workspace/skills/tool-nasdaq-quote/SKILL.md

Skill Metadata

Name
tool-nasdaq-quote
Description
Use the nasdaq_quote tool to fetch a US equity quote (free; delayed) with lightweight caching and latency metadata.

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}

Examples

{ "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)

Notes

  • Data is typically delayed (~15m) and can rate-limit; treat as “good enough” not authoritative.
  • targetWindow: des