Form D (Funding)
Pre-announcement funding signals from SEC Form D filings tracking private company capital raises.
Overview
SEC Form D is the notice of exempt offering filed by companies raising capital under Regulation D. Companies must file Form D within 15 days of the first sale of securities in an exempt offering. Because these filings happen before a funding round is publicly announced, they serve as an early indicator of upcoming funding events -- often surfacing weeks before a press release or Crunchbase entry.
We scan SEC EDGAR twice daily for new Form D and D/A (amendment) filings. Each filing is filtered to tech and services companies by SIC code, then enriched through our AI pipeline to extract funding context, pain points, and sales relevance. The signal ID is derived directly from the SEC accession number, ensuring deterministic deduplication.
This signal layers on top of news-based funding signals. When Crunchbase or news sources announce a round, the Form D signal will already exist from weeks earlier -- giving you a first-mover advantage on outreach.
Available Subtypes
| Subtype Enum | Description |
|---|---|
companyFormDNewFiling | New Form D filing -- company has initiated a new exempt offering |
companyFormDAmendment | Form D/A amendment -- company has amended an existing exempt offering (e.g., increased amount raised, added investors) |
Schema
{
"signal_id": "fd-0001493152-26-008984",
"signal_type": "sec-form-d-funding",
"signal_subtype": "companyFormDNewFiling",
"association": "company",
"detected_at": "2026-03-05T00:00:00.000Z",
"company": {
"name": "Crypto Co (CRCW) (CIK 0001688126)",
"domain": "",
"industries": [
"Computer Processing & Data Preparation"
]
},
"contact": null,
"data": {
"accession_number": "0001493152-26-008984",
"cik": "0001688126",
"entity_name": "Crypto Co (CRCW) (CIK 0001688126)",
"form_type": "D",
"file_date": "2026-03-05",
"sic_code": "7374",
"sic_description": "Computer Processing & Data Preparation",
"business_state": "CA",
"business_location": "Malibu, CA",
"tickers": [
"CRCW"
],
"website": "",
"source_url": "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001688126&type=D&dateb=&owner=include&count=40",
"filing_url": "https://www.sec.gov/Archives/edgar/data/1688126/000149315226008984/",
"confidence": "medium",
"sentiment": "positive",
"summary": "Crypto Co is raising money, amount not specified, in the computer processing and data preparation industry.",
"detail": "The fundraise suggests that Crypto Co is in a growth stage, likely looking to expand its capabilities or market reach. They may spend the capital on technology development and scaling operations, making it important for vendors in the tech and data sectors to pay attention.",
"relevance": 0.8,
"primary_topic": "SaaS Funding",
"topics": [
"data-processing",
"technology",
"fundraising",
"growth-stage",
"B2B"
],
"pain_points_extracted": [
"need for advanced data solutions",
"scaling operations",
"enhancing technology infrastructure"
],
"use_cases_extracted": [
"providing data analytics tools",
"offering cloud storage solutions",
"supplying software development services"
],
"tags": [
"crypto-co",
"data-preparation",
"fundraising",
"malibu",
"tech"
]
}
}Field Reference
Core Fields
| Field | Type | Required | Description |
|---|---|---|---|
signal_id | string | ✓ | Unique identifier derived from SEC accession number (fd-{accession}) |
signal_type | string | ✓ | Always sec-form-d-funding |
signal_subtype | string | ✓ | companyFormDNewFiling or companyFormDAmendment |
detected_at | string (ISO 8601) | ✓ | When the signal was extracted |
association | string | ✓ | Always company |
Company Object
| Field | Type | Required | Description |
|---|---|---|---|
company.name | string | ✓ | Entity name as filed with the SEC (may include ticker and CIK) |
company.domain | string | Company website domain (resolved via SEC Submissions API when available) | |
company.industries | array[string] | Industry classification derived from SIC code |
Data Object
| Field | Type | Required | Description |
|---|---|---|---|
data.accession_number | string | ✓ | SEC EDGAR accession number -- unique filing identifier |
data.cik | string | ✓ | SEC Central Index Key for the filing entity |
data.entity_name | string | ✓ | Full entity name from SEC filing |
data.form_type | string | ✓ | D (new filing) or D/A (amendment) |
data.file_date | string (ISO 8601) | ✓ | Date the Form D was filed with the SEC |
data.sic_code | string | Standard Industrial Classification code | |
data.sic_description | string | Human-readable SIC industry description | |
data.business_state | string | US state where the company is headquartered | |
data.business_location | string | City and state of the company | |
data.tickers | array[string] | Stock ticker symbols (if public) | |
data.website | string | Company website URL from SEC Submissions API | |
data.source_url | string (URL) | ✓ | Link to SEC EDGAR company filing page |
data.filing_url | string (URL) | ✓ | Direct link to the specific filing on EDGAR |
data.confidence | string | Signal confidence: high, medium, or low | |
data.sentiment | string | AI-classified sentiment: positive, negative, or neutral | |
data.summary | string | ✓ | Brief summary of the funding signal |
data.detail | string | AI-generated analysis of the fundraise -- implications for sales outreach, likely use of funds, and market context | |
data.relevance | float (0.0-1.0) | How actionable this signal is for B2B sales outreach | |
data.primary_topic | string | Primary topic classification (e.g., SaaS Funding, Hardware Funding) | |
data.topics | array[string] | Topic tags for the signal | |
data.pain_points_extracted | array[string] | AI-extracted pain points the company may be experiencing | |
data.use_cases_extracted | array[string] | AI-extracted use cases relevant to selling into this company | |
data.tags | array[string] | General-purpose tags for filtering and categorization |
Data Activation
Timing
Form D filings are submitted to the SEC before a funding round is publicly announced. The typical timeline:
- Company files Form D with SEC (captured by this signal)
- 2-6 weeks later: press release, Crunchbase entry, or news article announces the round
- Our news signal captures the public announcement
This gives you a 2-6 week head start on outreach compared to news-based funding signals.
Uniqueness
One signal per Form D filing. A company may file multiple Form D documents over time (initial filing + amendments as the round progresses). Use data.accession_number to track individual filings.
Delivery
Signals are delivered twice daily (08:00 and 20:00 UTC). Each delivery covers filings from the previous 12-hour window. Filtered to tech and services SIC codes to maintain relevance for B2B sales.
Best Practices
- Pair with news-based funding signals for complete coverage -- Form D gives you the early signal, news gives you the public confirmation
- Use
data.sic_descriptionanddata.business_locationfor targeting - Filter on
relevance > 0.7for high-quality leads data.tickersbeing populated indicates a publicly traded company -- these are less common in Form D filings (most filers are private)
API Usage
Generate Content API
{
"enabledInsights": [
"companyFormDNewFiling",
"companyFormDAmendment"
],
"disabledInsights": []
}Generate Insights API
{
"insightSubtype": "companyFormDNewFiling"
}Example Output
"Noticed your company just filed a Form D with the SEC -- looks like you're raising capital. Companies at this stage often need to scale their data infrastructure fast to support growth. Would love to share how we've helped similar companies in the data processing space accelerate their go-to-market."
Coverage
- Refresh: Twice daily
- Source: SEC EDGAR (EFTS + Submissions API)
- Filter: Tech and services SIC codes
- Best for: Early-stage funding detection, pre-announcement outreach, venture-backed company targeting
Updated about 7 hours ago
