nutdnuy

Sec Request — Data skill for Claude Code

Data community

Call any SEC Open Data API path, including GET/POST v1 endpoints and cursor-paginated v2 endpoints.

How to install Sec Request

Installs to ~/.claude/skills/nutdnuy-sec-opendata-th-sec-request/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nutdnuy-sec-opendata-th-sec-request && curl -fsSL https://raw.githubusercontent.com/nutdnuy/sec-opendata-th/HEAD/commands/sec-request.md -o ~/.claude/skills/nutdnuy-sec-opendata-th-sec-request/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sec Request does


description: Call any SEC Open Data API path, including GET/POST v1 endpoints and cursor-paginated v2 endpoints argument-hint: " [json_body]" allowed-tools: Bash(cd:*), Bash(python3 -m secopendata:*)

Call any SEC Open Data endpoint from `api.sec.or.th`.

Arguments `$ARGUMENTS`: first token is the method (`GET` or `POST`), second token is the API path such as `/v1/one-report/fs/2021/financial_statement/C0000000013` or `/v2/fund/factsheet/performance`, and the remaining t

Alternatives in Data

  • A Stock Data — A股全栈数据工具包 · 十一层架构 · 54端点 · 19数据源 · 零鉴权 Full-stack China A-share data toolkit for AI agents — 11 layers, 54 end 9.4k ★
  • Global Stock Data — US stock market data for AI coding assistants — zero-auth, official sources 1.5k ★
  • AI Data Extraction — extract all your personal data history from cursor, codex, claude-code, windsurf, and trae 1.3k ★

Full documentation available on GitHub

View Source Repository