Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt

Use this file to discover all available pages before exploring further.

SEC Form D API

SEC Form D filings disclose exempt securities offerings under Regulation D — the primary mechanism for private capital raises. Datastream parses the XML structure of every Form D filing and exposes it as structured JSON, making it easy to track private placements, venture fundraising rounds, and exempt offerings programmatically.

Capabilities

Structured XML extraction

Every Form D field parsed from SEC XML: issuer details, offering amounts, exemptions claimed, and sales compensation recipients.

Real-time monitoring

New Form D filings indexed within minutes. Set up webhooks to track fundraising activity as it happens.

Historical coverage

Form D filings indexed from 2008 to present, covering hundreds of thousands of exempt offerings.

Amendment tracking

Track original filings and amendments to see how offering details evolve over time.

Quick start

Search for recent Form D filings in the technology sector:
curl -H "x-api-key: $OMNI_DATASTREAM_API_KEY" \
  "https://api.secapi.ai/v1/filings/latest?form=D&sic_group=technology&limit=5"
{
  "data": [
    {
      "accession_number": "0001234567-25-000012",
      "form": "D",
      "issuer_name": "Acme AI Labs Inc",
      "cik": "0001234567",
      "filed_at": "2025-03-10",
      "offering_amount": 50000000,
      "total_sold": 35000000,
      "exemption_type": "Rule 506(b)",
      "industry_group": "Technology",
      "is_amendment": false
    }
  ]
}
Get detailed Form D data for a specific filing:
curl -H "x-api-key: $OMNI_DATASTREAM_API_KEY" \
  "https://api.secapi.ai/v1/filings/form-d?accession_number=0001234567-25-000012"

Use cases

Venture capital deal tracking

Monitor Form D filings to detect new fundraising rounds before they hit the press. Filter by industry, geography, and offering size.

Private market research

Analyze trends in private capital formation: average round sizes, popular exemption types, and geographic distribution of issuers.

Compliance monitoring

Track Form D filings from portfolio companies to ensure timely and accurate disclosure of exempt offerings.

Sales compensation analysis

Form D disclosures include details on broker-dealers and finders involved in the offering — useful for compliance and business development.

API endpoints

EndpointDescription
GET /v1/filings/latest?form=DLatest Form D filings
GET /v1/filings/form-dDetailed Form D data
GET /v1/filings/search?form=DSearch Form D filings with filters

Why Datastream for Form D data

FeatureDatastreamRaw EDGARPitchBookCrunchbase
Structured JSON APIYesNo (XML)No APIPartial
Real-time monitoringYesNoDelayedDelayed
Amendment trackingYesManualNoNo
Full XML field extractionYesRaw XMLN/AN/A
Historical coverage2008+2008+VariesVaries
PricingPay-as-you-goFree (raw XML)$$$$$$$

Get started

Get your API key

Start tracking private placements in under 60 seconds. 250 free API calls per month.