← Back to directory

Track US Regulation Crowdfunding (Form C) startup raises: query offerings by iss...

https://sec-regcf-tracker.xplowdiaka.workers.dev/raises

Overview

Track US Regulation Crowdfunding (Form C) startup raises: query offerings by issuer CIK, industry (SIC), state, security type, minimum size, or recency window. Returns parsed deal terms — amount sought, max, raised-so-far, deadline, funding portal, issuer financials — plus index freshness. Data: SEC EDGAR (public domain).

Protocol x402
Price $0.02
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider sec-regcf-tracker
Source bazaar
Indexed 2026-07-10 13:15:31

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "cik": "Issuer or intermediary SEC CIK (returns that issuer's full offering history)", "days": "Recency window in days (1-365)", "min_amount": "Minimum offering amount (USD)", "security": "Security type: Equity, Debt, SAFE, etc.", "sic": "Industry SIC code, e.g. '2085'", "since": "ISO date YYYY-MM-DD lower bound on last update", "state": "Issuer US state, 2-letter, e.g. 'CA'" }, "type": "http" }

Output Schema

{ "example": { "_disclaimer": "Data: SEC EDGAR (public domain). Regulation Crowdfunding filings are self-reported by issuers; informational only, not investment advice. Verify against the official filing before acting.", "lists": { "offering_count": 6200, "refreshed_at": "2026-07-10T08:00:00Z", "window_days": 730 }, "match_count": 1, "offerings": [ { "amount_raised": 60000, "cik": "111", "deadline": "2027-04-30", "first_filed": "2026-06-01", "form_chain": [ "C", "C-U" ], "intermediary": "Wefunder Portal LLC", "issuer_name": "Acme Spirits", "last_updated": "2026-07-05", "max_amount": 124000, "offering_amount": 50000, "offering_id": "0001-26-000001", "security_type": "Debt", "sic": "2085", "state": "CA", "status": "open" } ], "query": { "cik": "111" }, "stale": false, "truncated": false } }