---
title: "Acquisitions data API | Datahyena"
url: https://datahyena.com/signals/acquisitions/
description: "Structured M&A signals over a REST API. Acquirer, target, deal value, and payment type, deduplicated and entity-resolved on both sides."
---

Company event

# M&A signals, resolved on both sides.

 Every acquisition as a clean record: acquirer, target, deal value, and payment type. Both companies entity-resolved, deduplicated across every outlet that reported it.

 [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 · acquisitions
api-request.js
GET /v1/acquisitions?limit=1

```
const res = await fetch(
 "https://api.datahyena.com/v1/acquisitions?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 acquisition event.

- `acquirer` `object` Entity-resolved buyer: name, domain, description, LinkedIn, HQ, industry, founded year, business model.

- `target` `object` Entity-resolved company being acquired, same shape as acquirer.

- `dealAmountUsd` `number` Deal value in USD, converted from the original currency.

- `paymentType` `string` cash, stock, mixed, or undisclosed.

- `isMerger` `boolean` Whether the deal is structured as a merger of equals.

- `announcedAt` `date` Date the deal was publicly announced.

- `closingAt` `date` Expected or actual close date, when stated.

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

- Both sides
 Acquirer and target, resolved

- Deal value
 Normalized to USD when disclosed

- Corroborated
 Cross-checked across sources

## What teams build with it.

### Catch consolidation early

 Corp-dev and competitive-intel teams track who is buying whom across their space as deals are announced.

### Find accounts in flux

 Spot customers and prospects whose ownership just changed, the cleanest moment to re-engage or defend.

### Map M&A trends

 Measure deal flow, payment mix, and acquirer behavior over time across any sector you cover.

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