← 返回
开发者工具 中文

NASDAQ Public API CLI

Query Nasdaq public market APIs from scripts or agent workflows. Use when you need Nasdaq stock screener pulls, symbol lists, pagination over screener rows,...
在脚本或代理工作流中查询 Nasdaq 公开市场 API,适用于股票筛选拉取、代码列表及分页等需求。
oscraters
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 622
下载
💾 10
安装
1
版本
#latest

概述

Nasdaq API Skill

Use this skill to fetch stock-universe data from Nasdaq's public screener endpoint and to ground API decisions in official Nasdaq Data Link docs.

Workflow

  1. Confirm scope before calling APIs:
    • If the task is stock screener rows/symbol lists, use scripts/nasdaq-screener.sh.
    • If the task is product/API selection, auth, or limits, read references/api_docs.md first.
  1. Use the CLI instead of ad-hoc curl when possible:
    • Run scripts/nasdaq-screener.sh --help for options.
    • Start with --limit and --offset for deterministic pagination.
    • Use --format symbols for ticker-only output, or --format rows for JSON row objects.
  1. Handle reliability constraints:
    • Include browser-like headers (script does this by default).
    • Prefer retries in caller workflows for transient failures.
    • Keep requests paced; avoid burst loops.
  1. Validate result shape before downstream logic:
    • Expect top-level data.rows for screener queries.
    • Fail fast if status.bCodeMessage is present or data.rows is missing.

Bundled Resources

  • references/api_docs.md
  • Official Nasdaq public docs and practical screener notes.
  • scripts/nasdaq-screener.sh
  • Bash CLI wrapper around https://api.nasdaq.com/api/screener/stocks.
  • agents/openai.yaml
  • UI metadata for skill display and invocation prompt.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 03:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,755
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,936
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,899