The SPAC data API.
REST + streaming. Citation‑anchored.
2,209 SPACs. 31,124 SEC filings. Every JSON field traces to the filing line it came from. Free tier, no signup wall to read the docs.
One curl. Real data.
No signup required for anonymous access. Copy this, paste it in your terminal, and get citation-linked SPAC data back.
$ curl https://spacdesk.com/api/v1/spac/CHARU$ curl https://spacdesk.com/api/v1/spac/CHARU \
-H "Authorization: Bearer sk_live_…"{
"symbol": "CHARU",
"name": "Charlton Aria Acquisition Corp",
"status": "combination_announced",
"sponsor": "ST Sponsor II Limited",
"trust_size": "75187500.00",
"ipo_date": "2024-10-24",
"citations": [
{
"field": "trust_size",
"filing": "10-K",
"accession": "0001…",
"line": 42
}
]
}Everything you need to automate SPAC research.
| Endpoint | Description | Delivery | Auth |
|---|---|---|---|
| /api/v1/universe | Paginated SPAC universe with status, sponsor, trust | REST | Optional |
| /api/v1/spac/[symbol] | Full profile — trust, votes, redemptions, lockups, earnouts, PIPE, FPA | REST | Optional |
| /api/v1/calendar | Deadlines, votes, lockup expiries, extensions | REST | Optional |
| /api/v1/search | Fuzzy search across symbol, name, sponsor, CIK | REST | Optional |
| /api/v1/alerts | Trust drawdowns, redemption spikes, extension votes, deSPAC closings | REST | Required |
| /api/v1/alerts/stream | Live push within ~5s of alert evaluation | SSE | Required |
| /api/v1/news | Filing-derived + aggregated articles, entity-linked to SPACs | REST | Optional |
| /api/v1/news/stream | Live article push within ~10s of insert | SSE | Optional |
| /api/webhooks | Register HTTP callbacks for filing events and alert triggers | Webhook | Required |
Built for desks that automate.
SPAC arbitrage monitoring
Poll trust values and redemption rates daily. Stream alerts for extension votes, trust drawdowns, and yield-to-redemption changes. Feed your position-sizing model with citation-backed data.
Risk & compliance
Automated exposure tracking across the SPAC universe. Every data point traces to the SEC filing line — audit-ready by construction. Webhook alerts when filing events hit your portfolio.
Sponsor analytics
Build league tables, track sponsor families across deals, and benchmark promote structures, lockups, and FPA terms. 30 years of deal history in one API call.
Research automation
Pipe SPAC universe data into your internal tools. Filter by status, sector, trust size, or sponsor. Auto-generate deal summaries from the citation-linked dataset.
Start free. Scale when you need to.
Annual billing saves 20%. Compare all plans →
Plain HTTP. Official SDKs coming soon.
The API is standard REST + SSE — any HTTP client works. We're building typed SDKs for the languages desks use most.
Questions about the API
Your SPAC data pipeline, ready in 60 seconds.
Sign up, generate an API key, and start pulling citation-anchored SPAC data. No credit card required for the free tier.