tool-nasdaq-candles
nasdaq_candles (Nasdaq OHLCV)
When to use
- Pull short-horizon OHLCV for quick trend context or charting.
Parameters
symbol(string, required): e.g."AAPL".range(string, optional):1d | 5d | 1mo(default1d).interval(string, optional):1m | 5m | 30m(default1m).- For
5d/1mo, interval is effectively ignored (Nasdaq returns daily-ish points).
- For
Examples
1-day minute-ish candles:
{ "name": "nasdaq_candles", "params": { "symbol": "AAPL", "range": "1d", "interval": "5m" } }
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-nasdaq-quote
Use the nasdaq_quote tool to fetch a US equity quote (free; delayed) with lightweight caching and latency metadata.
22tool-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-polymarket-trades
Use the polymarket_trades tool to fetch and filter recent Polymarket trades (free Data API), optionally by market or wallet.
16tool-gdelt-news
Use the gdelt_news tool to fetch recent headlines via GDELT (free) with shared caching, rate limiting, and basic query normalization.
15tool-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