Intent signal

Funding rounds, the moment they break.

Every new round as a clean, typed record: the company, the investors, the amount, and the round. Deduplicated across every outlet that reported it.

50 free credits · no credit card required

datahyena · funding-events
api-request.js
GET /v1/funding-events?limit=1
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 →

response.json
Waiting for request…

What's in each record.

Every field, typed and documented. Resolved to canonical entities and deduplicated across every source that reported it.

  • id string Stable identifier for the consolidated funding event.
  • company object Entity-resolved company: name, domain, description, LinkedIn, HQ, industry, employee range, founded year, business model.
  • round string Normalized round label, e.g. seed, series_a, series_d, debt.
  • amountUsd number Round size in USD, converted from the original currency.
  • amountOriginalCurrency string Currency the round was announced in.
  • investors array Canonical, deduplicated investors that participated in the round.
  • announcedAt date Date the round was publicly announced.
  • discoveredAt datetime When Datahyena first picked the event up.
  • sources array The outlets that reported it, each with a URL and timestamp.

Built to be consumed.

One envelope, cursor pagination, and credit metering in the same shape on every endpoint. Drop it into your product without writing a parser.

  • Hours
    From announcement to your API
  • Deduped
    Collapsed across every outlet
  • Corroborated
    Cross-checked across sources

What teams build with it.

Source deals earlier

VCs and corp-dev teams catch rounds the day they break, before they surface in the slow aggregators.

Time outbound to fresh capital

Trigger sales sequences the moment a target raises, when new budget has just landed and priorities are shifting.

Track a market in motion

Watch round velocity, check sizes, and follow investor activity across a sector in one structured feed.

Start pulling signals in minutes.

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