---
title: "Funding data API | Datahyena"
url: https://datahyena.com/signals/funding/
description: "Fresh, structured funding-round signals over a REST API. Company, investors, amount, and round, deduplicated and entity-resolved."
---

Company event

# 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. Filter by round, amount, country, industry, vertical, or employee size.

 [Get your API key

→](https://app.datahyena.com/register) [Read the docs](https://datahyena.com/docs/api-reference)

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.

 Field Type Description

- `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.

- `signalCount` `number` How many independent reports back the event.

## 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.

 [Get your API key

→](https://app.datahyena.com/register) [Read the docs](https://datahyena.com/docs)

50 free credits · no credit card
