← Back to list

tool-nasdaq-candles
by captaindpt
⭐ 0🍴 0📅 Jan 18, 2026
SKILL.md
name: tool-nasdaq-candles description: Use the nasdaq_candles tool to fetch OHLCV candles (free) with caching and latency metadata; good for quick charting.
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" } }
5-day:
{ "name": "nasdaq_candles", "params": { "symbol": "AAPL", "range": "5d" } }
Output
- Returns:
{ candles: { t,o,h,l,c,v,meta }, meta: { cached,durationMs,timeoutMs } } - Rendered:
Meta(cached/durationMs/points)Last Candle(json: last bar only; full arrays are still incandles)
Notes
- This tool is optimized for “get me data quickly”; for heavy analytics, you probably want a dedicated market data provider later.
targetWindow:des
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon