sec-ex10-exhibits
收藏资源简介:
该数据集是SEC EDGAR系统中EX-10(重要合同)附件的实时镜像,由arthrod/sec-ex10-api捕获。它提供了一个永久、可查询的SQL目的地,与上游SQLite存储并行运行,并以单个Parquet文件(data/exhibits.parquet)形式快照。数据集包含以下列:id、accession、cik、form_type、doc_type、filename、description、sequence、filing_url、found_at、markdown_status、has_markdown、filing_metadata(JSON格式)和markdown。这些列映射自源表`ex10_exhibits`。数据仅包含公开的SEC备案信息,适用于金融、法律领域的合同分析、文档检索等任务。用户可以使用DuckDB等工具直接查询Parquet文件。
This dataset is a real-time mirror of EX-10 (material contracts) exhibits from the SEC EDGAR system, captured by arthrod/sec-ex10-api. It provides a permanent, queryable SQL destination that runs in parallel with the upstream SQLite storage and is snapshotted as a single Parquet file (data/exhibits.parquet). The dataset includes the following columns: id, accession, cik, form_type, doc_type, filename, description, sequence, filing_url, found_at, markdown_status, has_markdown, filing_metadata (in JSON format), and markdown. These columns are mapped from the source table `ex10_exhibits`. The data contains only publicly available SEC filing information and is suitable for tasks such as contract analysis and document retrieval in finance and legal domains. Users can directly query the Parquet file using tools like DuckDB.
数据集概述
- 名称: SEC EX-10 Material Contract Exhibits (Live)
- 来源: 美国证券交易委员会(SEC)EDGAR系统
- 许可证: 其他(无明确开放许可标注)
- 标签: sec, edgar, contracts, finance, legal
数据集内容
该数据集是SEC EDGAR系统中EX-10(重大合同)附件的实时镜像,由 arthrod/sec-ex10-api 捕获。数据以单个Parquet文件(data/exhibits.parquet)的形式提供,并作为与上游SQLite存储并行运行的永久、可查询SQL目标。
列字段
镜像 ex10_exhibits 表结构,包含以下字段:
id: 记录标识符accession: SEC接入号cik: 公司CIK编号form_type: 表单类型doc_type: 文档类型filename: 文件名description: 描述sequence: 序列号filing_url: 提交文件URLfound_at: 发现时间markdown_status: Markdown状态has_markdown: 是否包含Markdownfiling_metadata: 提交元数据(JSON格式)markdown: Markdown内容
使用方式
可通过DuckDB直接查询,示例SQL: sql SELECT accession, cik, doc_type, description, found_at FROM hf://datasets/arthrod/sec-ex10-exhibits/data/exhibits.parquet ORDER BY found_at DESC LIMIT 20;
注意事项
- 仅包含公开的SEC提交数据
- 不构成法律或投资建议
- 与SEC无关联





