Skip to main content

Jul 17, 2026 · Product

Introducing the SEC Startup Funding API — Form D rounds, structured

Track startup fundraising with structured Form D data

Every week, hundreds of companies file Form D with the SEC to disclose their fundraising rounds. This data has been public — but buried in daily index files, scattered across EDGAR, and nearly impossible to query programmatically.

The SEC Startup Funding API makes it easy. We parse the EDGAR daily index files, extract every Form D filing, and serve clean, structured records through a REST API. → View on marketplace

What you get

Field Type Example
company_name string "Andreessen Horowitz LSV Fund V-B, L.P."
filing_date date 2026-07-16
amount_raised number — (requires Form D detail parsing)
total_offering_amount number
location string "Menlo Park, CA"
industry string "Technology/Software"
sec_filing_url string Link to the actual SEC filing
accession_number string Unique filing identifier

Sample query

curl "https://api.datovu.com/v1/sec-startup-funding/query"
{
  "records": [
    {
      "company_name": "Andreessen Horowitz LSV Fund V-B, L.P.",
      "filing_date": "2026-07-16",
      "location": "Menlo Park, CA",
      "industry": "Financial Services",
      "sec_filing_url": "https://www.sec.gov/Archives/edgar/data/2107845/..."
    }
  ]
}

Use cases

  • VC firms: Track competitors' fund sizes and fundraising velocity
  • Angel investors: Discover new funds and SPVs forming in your sector
  • Market analysts: Correlate fundraising activity with market trends
  • Founders: Benchmark your own fundraising against peer companies

Plans

Plan Price Requests/month Rate limit
Starter $49/mo 500 10/min
Pro $149/mo 2,000 30/min
Enterprise $499/mo 10,000 60/min

Data is refreshed weekly from SEC EDGAR daily index files.

About the data

Form D is a required SEC filing for companies that raise capital under Regulation D. It includes the company name, filing date, location, and in many cases the amount raised and number of investors. The data is public and freely available from SEC.gov.

Our API adds structure, indexing, and a reliable query interface — so you don't have to parse EDGAR index files yourself.

Browse the API on the marketplace →