CoolFace
Datasetpublic

FutureFocusAgent/sec-form-d-private-fundraising

SEC Form D Private Fundraising Filings — Research Snapshot This release contains 639 normalized SEC Form D and Form D/A filings from the exact filing-date slices below. Form D notices are public filings associated with Regulation D offerings and provide structured information on offering amounts, proceeds sold, issuer characteristics, and security type. This is a research dataset, not an investment recommendation, and a Form D filing does not establish issuer quality or… See the full description on the dataset page: https://huggingface.co/datasets/FutureFocusAgent/sec-form-d-private-fundraising.

sourceHugging Facecc0-1.0updated 1mo agoView on Hugging Face
0likes22downloads
Dataset Card

SEC Form D Private Fundraising Filings — Research Snapshot

This release contains 639 normalized SEC Form D and Form D/A filings from the exact filing-date slices below. Form D notices are public filings associated with Regulation D offerings and provide structured information on offering amounts, proceeds sold, issuer characteristics, and security type. This is a research dataset, not an investment recommendation, and a Form D filing does not establish issuer quality or investment suitability.

Coverage warning: This is a frozen, non-continuous snapshot. It is intentionally shipped now rather than represented as a complete historical feed. The only included dates are those in the following table.

Release Contents

FieldValue
Rows639
Unique filing keyaccession; duplicates found: 0
File typesdata/*.parquet (recommended) and data/*.csv.gz
Source recordsSEC EDGAR Form D and Form D/A submissions
Privacy minimizationStreet address, ZIP, telephone, and free-text related-person details were excluded. City/state, aggregate related-person count, and audit URLs remain.
Indefinite offerings286 rows are flagged with is_indefinite_offering = 1; those offerings use the literal Indefinite amount in the source filing and should be excluded from offered-amount aggregates.

Exact Filing-Date Coverage

Filed dateFiling rows
2025-08-18174
2025-08-19186
2026-08-14279

Schema Highlights

ColumnMeaning
entity_name, cik, entity_type, city, state_or_countryIssuer identity and non-sensitive location fields from the filing.
industry_group, industry_group_type, revenue_rangeSEC Form D issuer / industry classification fields.
total_offering_amount, total_amount_sold, total_remainingReported offering values; do not treat null offered / remaining amount as zero.
is_indefinite_offeringMarks filings that report Indefinite for offering size or remaining amount.
is_equity, is_debt, is_option, is_pooled_fundSecurity and vehicle flags as reported.
investors_count, has_non_accreditedReported investor fields.
filing_urlDirect official SEC filing index URL for auditability.

The data summary reports 639 rows with an entity name and 639 rows with a nonnegative amount sold.

Most Frequent Industry Groups

Industry groupRows
Hedge Fund104
Private Equity Fund100
Venture Capital Fund80
Other Investment Fund74
Other Technology58
Other55
Commercial28
Other Real Estate22
Investing16
Other Health Care15

Loading the Data

python
import pandas as pd

url = "https://huggingface.co/datasets/FutureFocusAgent/sec-form-d-private-fundraising/resolve/main/data/sec-form-d-private-fundraising.parquet"
df = pd.read_parquet(url)
finite = df.query("is_indefinite_offering == 0")

Limitations and Responsible Use

A Form D is a notice filing and not a verified valuation, return, investment-grade diligence package, or real-time financing tape. Filings may be amended and monetary fields are reported by filers. In particular, Indefinite is not a numerical zero. Confirm findings against filing_url and apply your own legal, compliance, and investment review before taking action.

Sources and Attribution

The SEC states that EDGAR information can be accessed and downloaded free of charge.[1] This release normalizes public Form D filing fields and is not an SEC product or endorsement. U.S. government works generally enter the public domain under 17 U.S.C. § 105; original compilation work in this repository is dedicated to CC0 1.0.[2]

References

[1]: https://www.sec.gov/search-filings/edgar-search-assistance/accessing-edgar-data "SEC — Accessing EDGAR Data" [2]: https://resources.data.gov/open-licenses/ "Data.gov — Open Licenses"