draconic21
Guide · SEC filings · Private markets

How to Read SEC Form D Private Offering Filings

Form D is the closest thing the public gets to a real-time signal that a private company just raised money. Here's what it actually discloses, what it deliberately doesn't, and how to search it for free.

What Form D is and why it exists

Most securities offerings must be registered with the SEC before they can be sold — a full public prospectus, financial statement audits, and an SEC review process, which is expensive and slow. Regulation D creates a set of exemptions that let companies raise capital privately, without a full registration, as long as they follow specific rules (limits on general solicitation, and/or restrictions on who can invest). Form D is the notice filing a company must submit to the SEC after using one of these exemptions — it's not a request for permission, it's an after-the-fact disclosure that the offering happened.

Because Form D filings are public on EDGAR, they're one of the only public windows into private fundraising activity — venture rounds, real-estate syndications, private funds, and other private placements that would otherwise be entirely invisible to anyone outside the deal.

The Regulation D exemptions behind it

RuleWhat it allows
Rule 504Smaller offerings (subject to a dollar cap set by SEC rule), with more flexibility on who can invest, but generally no general solicitation/advertising and state "blue sky" law compliance still applies.
Rule 506(b)No dollar limit; can raise from an unlimited number of accredited investors plus up to 35 sophisticated non-accredited investors, but no general solicitation or public advertising of the offering.
Rule 506(c)No dollar limit; permits general solicitation and public advertising, but every investor must be verified as accredited (not just self-certified) before the sale closes.

The specific exemption used is one of the fields disclosed on the Form D itself, so you can tell from the filing whether the company was allowed to publicly advertise the raise or not.

What a Form D filing actually contains

  • Issuer information — legal name, address, entity type (corporation, LLC, partnership, etc.), jurisdiction of incorporation, and year of formation.
  • Related persons — executive officers, directors, and promoters associated with the offering, by name and title.
  • Offering details — the exemption(s) relied on (504/506(b)/506(c) and others), whether the offering is still ongoing, the total offering amount, the amount already sold, and the minimum investment accepted from any single outside investor.
  • Investor counts — the number of investors who have already invested, broken into non-accredited and total, plus whether sales commissions or finder's fees were paid and to whom.
  • Use of proceeds — broad categorical estimates (e.g. how much is allocated toward salaries, working capital, or paying existing owners) rather than a line-item budget.
  • Federal exemption(s) claimed and related state filings, plus the offering's first-sale date, which sets the filing-deadline clock.

What it deliberately doesn't tell you

  • Valuation. Form D doesn't require disclosing the price per share/unit or an implied company valuation.
  • Cap table. There's no requirement to disclose full ownership structure, prior investors, or dilution.
  • Financial statements. Unlike a registered offering, there's no audited financials requirement baked into the Form D notice itself.
  • Who specifically invested beyond aggregate investor counts — individual investor identities generally aren't disclosed on the form.

In short: Form D tells you that a raise happened, roughly how much, and under which exemption — not the terms an individual investor got, or what the company is worth.

Filing deadline and amendments (Form D/A)

A Form D must generally be filed within 15 calendar days after the date of first sale of securities in the offering. If the offering's terms change materially afterward (a new round of the same offering, a change in the amount sold, or updated related-person information), the issuer files a Form D/A (amendment) rather than a fresh Form D — so a single ongoing offering can show up as multiple filings over time.

How to find Form D filings by issuer name

SEC EDGAR's full-text search (covering filings since 2001) can be filtered to form type D or D/A and searched by issuer name — the same underlying index used by our free tool below. Keep in mind: fund and holding-company legal names often differ from a startup's public brand, so if a search for the brand name returns nothing, try the legal entity name from a press release or LinkedIn "About" page instead.

Try it: a free live search

draconic21's free Form D Private Offering Search tool searches live SEC EDGAR full-text search, filtered to Form D/D-A, by issuer name — free, no signup, up to 10 results.

Search Form D filings free →

Do it via API (x402 / MCP / RapidAPI)

x402 (pay-per-call, USDC on Base)

curl -X POST https://draconic21-x402-api.onrender.com/v1/edgar_fulltext_search \
  -H "content-type: application/json" \
  -d '{"q":"Acme Ventures","forms":"D","limit":25}'
# unpaid: HTTP 402 + PAYMENT-REQUIRED header (sign with a Base USDC wallet, retry)

$0.02/call, up to 40 results per call, any form/company/date range (not pinned to Form D like the free tool). See /v1/edgar_fulltext_search/availability.

MCP (any MCP-enabled agent)

See /.well-known/mcp.json for the edgar_fulltext_search tool.

RapidAPI (billed by card)

Mirror at /rapid/v1/openapi.json.

FAQ

What is Form D?

The notice filing a company makes after selling securities under a Regulation D exemption (most commonly Rule 506(b) or 506(c)) — generally due within 15 calendar days of the first sale.

Does Form D disclose a company's valuation?

No — it reports offering size, amount sold, minimum investment, and broad use-of-proceeds categories, but not valuation, price per share, or a cap table.

Can anyone search Form D filings for free?

Yes — SEC EDGAR's full-text search covers filings since 2001 and can be filtered to form D/D-A by issuer name; see the free tool linked above.

Not legal or investment advice. This guide summarizes publicly available Regulation D and Form D requirements for informational purposes. A private offering carries real investment risk and disclosure limits described above — consult a qualified securities attorney or financial advisor before investing in, or structuring, a private offering.