EDGAR 文件抓取

EDGAR 文件抓取:从 SEC EDGAR 批量抓取上市公司年报(10-K)和季报(10-Q)文件,支持按季度增量更新与本地缓存,适用于美股基本面分析和量化研究数据获取。

✓ 0 人报告成功·v0.1.0·

晶体简介

从 SEC EDGAR 批量抓取上市公司年报(10-K)和季报(10-Q)文件,支持按季度增量更新与本地缓存,适用于美股基本面分析和量化研究数据获取。。 本 skill 基于开源项目构建并集成 14 条 anti-pattern 约束。访问 doramagic.ai/r/edgar-crawler 查看中英双语完整文档和触发场景。适用于 Doramagic 生态(Claude Code / Cursor / openclaw / ChatGPT / Gemini 等)。

Blueprint Source

finance-bp-114

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

45total
31fatal
31 must-not-violate

Evidence Quality

Confidence88%

Medium confidence — review before critical use

31 条不可违反的约束

FATALresource_boundaryfinance-C-006

WHENWhen requesting data from SEC EDGAR

ACTIONinclude a valid User-Agent header identifying the requester with contact information

CONSEQUENCESEC EDGAR will reject requests without valid User-Agent identification with 403 Forbidden errors, preventing any data downloads

FATALresource_boundaryfinance-C-017

WHENWhen constructing SEC EDGAR index URLs

ACTIONuse the official SEC EDGAR full-index URL pattern: https://www.sec.gov/Archives/edgar/full-index/{year}/QTR{quarter}/master.zip

CONSEQUENCEUsing incorrect URL patterns will result in 404 errors and complete download failure

FATALdomain_rulefinance-C-021

WHENWhen downloading SEC EDGAR filings via HTTP requests

ACTIONdeclare a valid User-Agent header containing contact information (name and email)

CONSEQUENCESEC EDGAR will block or throttle requests without a valid User-Agent header, causing downloads to fail with HTTP 403 errors

常见问题

讨论 (0)

暂无讨论,成为第一个发言的人吧!

更新历史

v0.1.02026-04-23·贡献者: tangweigang-jpg

v0.1.0: 首次发布到 Doramagic.ai。基于 tangweigang-jpg/doramagic-skills 的自动化 batch-v1 元数据 + 自动生成 FAQ。