tool-nasdaq-quote
Installation
SKILL.md
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
Related skills
More from captaindpt/truth-terminal
tool-polymarket-book
Use the polymarket_book tool to fetch Polymarket CLOB order book depth (YES/NO) via Gamma + CLOB and expose best bid/ask/mid.
29tool-grok-search
Use the grok_search tool to search X/web/news via xAI Grok Live Search (paid) and return an answer plus citations.
21tool-coingecko-price
Use the coingecko_price tool to fetch spot crypto prices (free) for one or more symbols/ids with 24h change and last-updated timestamps.
12