编程

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,...

它能做什么

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 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.

相关技能

Query alternative financial data from Quiver Quantitative — Congress trading, corporate lobbying, government contracts, insider transactions. Use when tracking politician stock trades, company lobbying spend, or unusual market signals from D.C. Requires QUIVER_API_KEY environment variable.

Query real-time stock prices, basic quote fields, and manage a Markdown watchlist for A-share, Hong Kong, and US stocks. Use when users ask in Chinese or by...

34 次安装

查询股票、加密资产、ETF、商品和外汇行情,并获取筛选、新闻、历史价格与基本面数据。

54 次安装4 星标

Quantitative analysis skill for the Chinese A-share market using Tushare Pro data and a holiday helper. Use when the user asks for stock screening, stock dia...

24 次安装

聊天驱动的只读金融终端,一条指令把 8 路行情数据合成到一块屏幕上。

36 次安装1 星标

为 AI 智能体提供美股市场只读数据——一个免费 API Key 即可获取股价、情绪评分、内部人交易、国会议员披露与财报日历。

32 次安装1 星标