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.
Coding
NASDAQ Public API CLI
Try itQuery Nasdaq public market APIs from scripts or agent workflows. Use when you need Nasdaq stock screener pulls, symbol lists, pagination over screener rows,...
What it does
Query Nasdaq public market APIs from scripts or agent workflows. Use when you need Nasdaq stock screener pulls, symbol lists, pagination over screener rows,...
The skill document
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
- 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.mdfirst.
- Use the CLI instead of ad-hoc curl when possible:
- Run
scripts/nasdaq-screener.sh --helpfor options. - Start with
--limitand--offsetfor deterministic pagination. - Use
--format symbolsfor ticker-only output, or--format rowsfor JSON row objects.
- 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.
- Validate result shape before downstream logic:
- Expect top-level
data.rowsfor screener queries. - Fail fast if
status.bCodeMessageis present ordata.rowsis 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.
- Bash CLI wrapper around
agents/openai.yaml- UI metadata for skill display and invocation prompt.
Related skills
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...
Research stocks, crypto, ETFs, commodities, and forex with quotes, screens, news, history, and fundamentals.
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...
Chat-driven read-only financial terminal that synthesizes 8 market data streams into one dense screen per question.
Read-only US stock market data for AI agents — prices, sentiment, insider trades, congressional disclosures, and earnings calendars under one free API key.