GET /v1/funding-events Funding events
Fresh rounds with company, investors, amount, round, and the sources that reported it. Deduplicated across every outlet.
- round
- amountUsd
- investors[]
- announcedAt
- sources[]
Funding rounds, acquisitions, and executive moves, deduped and enriched into clean, typed records. Query them like any other data source.
50 free credits · no credit card required
const res = await fetch(
"https://api.datahyena.com/v1/funding-events?limit=1",
{ headers: { "X-API-Key": process.env.DATAHYENA_KEY } }
);
const { data } = await res.json();Click to run a live sample →
Three signal feeds, plus the companies and investors behind them. One schema, every plan.
GET /v1/funding-events Fresh rounds with company, investors, amount, round, and the sources that reported it. Deduplicated across every outlet.
GET /v1/acquisitions M&A events with acquirer, target, deal value, and payment type.
GET /v1/exec-moves Leadership changes with person, company, role, and seniority.
GET /v1/companies The entity-resolved, enriched registry behind every signal: domain, LinkedIn, HQ, industry, founded year.
GET /v1/investors Canonical, deduplicated investors: name, type, domain, and HQ country.
From deal sourcing to sales triggers, the same feeds power very different products.
See companies the moment they raise. Build a live deal pipeline, track which funds are backing what, and never miss a round inside your thesis.
Reach buyers when budget unlocks. A fresh round, a new exec hire, or an acquisition each mark the right moment to start a conversation.
Track funding and M&A across a whole sector. Watch competitors, map investor activity, and spot trends before they become obvious.
Keep your records fresh. Append entity-resolved companies, funding history, and firmographics, then collapse duplicate accounts.
Most company data is stale the moment you query it. Building it yourself or buying a legacy database both leave you behind.
Scrapers break weekly. Weeks behind even when they hold.
One batch a month. You're always querying last month's world.
Current in hours, deduped and enriched, ready to query.
Every signal is current, structured, deduped, and enriched before it ever reaches you. Here's a real one.
{
"id": "019e8770-3a41-7c9b-8d12-6f0a44e1b720",
"company": {
"name": "Layup Parts",
"domain": "layupparts.com",
"industryGroup": "Manufacturing",
"hqCountry": {
"code": "US",
"name": "United States"
},
"foundedYear": null
},
"round": "series_a",
"amountUsd": 42000000,
"investors": [
{
"name": "Founders Fund"
},
{
"name": "Lux Capital"
},
{
"name": "Cerberus Ventures"
}
],
"announcedAt": "2026-06-02",
"discoveredAt": "2026-06-02T18:31:20Z",
"sources": [
{
"url": "https://techcrunch.com/2026/06/02/ex-anduril-engineer-raises-42m-to-build-the-amazon-of-composite-parts/",
"extractedAt": "2026-06-02T18:31:20Z"
}
]
} Discovered the same day it was announced.
Every field validated against a strict schema.
Multiple sources collapsed into one canonical event.
Company, investors, and firmographics attached.
Everything you need to know before your first request.
Create a key, claim your 50 free credits, and make your first request today. No sales call, no credit card.
50 free credits · no credit card