sec-form-d-private-placements-dataset
收藏资源简介:
该数据集提供了美国证券交易委员会(SEC)Form D 私募发行文件的完整表格化数据,涵盖募资事件(含已提供和已售出的金额)、发行人档案以及相关人员信息。数据源自 SEC 官方结构化 Form D 数据(2008 年至今)及 EDGAR 增量提交文件,由 DataForge 开放数据计划整理并发布。数据集包含多个配置层级:S 层(最新 4,186 条募资事件)、M 层(约 113 万条事件与发行人数据)、L 层(约 409 万条完整历史数据,含发行人和相关人员)。关键字段包括募资金额、豁免类型、行业组以及发行人标识符(CIK)。该数据集适用于私募市场与风险投资研究、交易来源与投资者挖掘、Regulation D 豁免与市场结构分析,以及通过 CIK 将私募发行与公开公司数据关联等场景。数据以 Parquet 格式提供,许可协议为 CC BY-NC 4.0(学术/个人用途免费,商业使用需获得商业许可)。
This dataset provides complete tabular data of U.S. Securities and Exchange Commission (SEC) Form D private offering filings, covering offering events (including amounts offered and sold), issuer profiles, and related person information. The data originates from the SECs official structured Form D data (2008–present) and EDGAR incremental filings, compiled and released by the DataForge Open Data Initiative. The dataset includes multiple configuration tiers: S-tier (latest 4,186 offering events), M-tier (~1.13 million events and issuer data), and L-tier (~4.09 million complete historical data including issuers and related persons). Key fields include offering amount, exemption type, industry group, and issuer identifier (CIK). This dataset is suitable for private market and venture capital research, deal sourcing and investor prospecting, Regulation D exemption and market structure analysis, and linking private offerings to public company data via CIK. Data is provided in Parquet format under the CC BY-NC 4.0 license (free for academic/personal use; commercial use requires a commercial license).
SEC Form D 私募配售与融资事件数据集
数据集概述
本数据集收录了美国证券交易委员会(SEC)所有Form D私募配售申报文件,整理为可直接分析的结构化表格,涵盖融资事件(含募集金额)、发行人档案及相关人员信息。数据源自SEC官方结构化Form D数据(2008年至今)以及EDGAR增量申报文件。
数据规模
| 层级 | 行数 | 大小 |
|---|---|---|
| S(近期数据) | 4,186 | 0.6 MB |
| M(研究包) | 1,128,628 | 115.7 MB |
| L(完整历史) | 4,085,050 | 240.8 MB |
数据集配置(Configs)
- S:提供1个配置(formd_events)
- M:提供2个配置(formd_events、formd_issuers)
- L:提供3个配置(formd_events、formd_issuers、formd_related_persons)
数据内容
- 募集金额(拟发行额/已售额)
- 豁免类型
- 行业分类
- 发行人标识(CIK)
- 每包附带数据字典、数据说明书及QA报告
适用场景
- 私募市场与风险融资研究
- 交易源挖掘与投资者拓展
- Regulation D豁免与市场结构分析
- 通过CIK将私募配售与上市公司数据关联
数据来源与方法
SEC Form D季度结构化数据及EDGAR增量数据。
许可证
双重许可:
- 学术/个人用途:采用CC BY-NC 4.0许可(需注明出处并回链至https://data.zalize.com)
- 商业用途:需获取DataForge商业许可证
- 上游数据为SEC官方Form D结构化数据,属于公共领域
引用信息
text DataForge (data.zalize.com), built from official SEC Form D data — https://data.zalize.com/datasets/sec-form-d-private-placements-dataset
- DOI(Zenodo镜像):10.5281/zenodo.21812580
- GitHub Release镜像:https://github.com/wookat/dataforge-pipelines/releases/tag/open-data-sec-form-d
使用示例
python from datasets import load_dataset
ds = load_dataset("zalizedata/sec-form-d-private-placements-dataset", "S", split="train") print(ds[0])
数据下载
原生parquet文件位于HF仓库的data/<tier>/目录下,原始zip压缩包可通过DataForge开放数据CDN获取:https://dl.zalize.com/open-data




