Skip to main content
GET
Get acquisitions by date

Authorizations

X-API-Key
string
header
required

Query Parameters

acquired_date_after
string<date>

Only return acquisitions dated on or after this date (YYYY-MM-DD, inclusive).

Example:

"2026-06-01"

acquired_date_before
string<date>

Only return acquisitions dated on or before this date (YYYY-MM-DD, inclusive).

Example:

"2026-06-30"

page
number

The page number of results to return, base 0, default is 0.

limit
integer
default:50

The number of results to return per page (minimum 1, maximum 50, default 50). A page is the unit these endpoints are priced in, so it cannot be widened beyond 50.

Required range: 1 <= x <= 50

Response

A page of acquisitions.

acquisition_id
string
required

The Specter ID for this acquisition.

Example:

"acq_fd583a1b99d5c85635a56283"

acquirer_company_id
string
required

The Specter company ID of the acquirer. Use with GET /companies/{companyId} to fetch the full company record.

Example:

"6576fa02f5c870dd55a4982a"

acquirer_name
string
required

The acquirer company's name.

Example:

"Uber"

acquiree_company_id
string
required

The Specter company ID of the acquiree. Use with GET /companies/{companyId} to fetch the full company record.

Example:

"5e3ba36800c8f4c9668e5b8f"

acquiree_name
string
required

The acquiree company's name.

Example:

"Delivery Hero"

acquirer_domain
string | null

The acquirer's primary domain.

Example:

"uber.com"

acquiree_domain
string | null

The acquiree's primary domain.

Example:

"deliveryhero.com"

acquisition_type
enum<string> | null

The type of deal. One of acquisition, merge, lbo, acquihire, or management_buyout. Null when Specter could not classify the deal.

Available options:
acquisition,
merge,
lbo,
acquihire,
management_buyout
Example:

"acquisition"

price_usd
integer | null

Deal value in USD, if disclosed.

Example:

14564220183

acquisition_date
string<date> | null

Date the acquisition was announced or closed (YYYY-MM-DD).

Example:

"2026-07-16"