Merger & Acquisition Dataset API
This API endpoint allows users to access real-time and historical Mergers & Acquisition (M&A) and Divestment deals data. Users can filter the results using parameters- dateType
,startDate
, endDate
,date
,acquiringCompanyName
,acquiringCompanyDomain
, acquiringCompanyIndustry
,acquiringCompanyLocation
,acquiringCompanyType
,acquiringCompanyTicker
,acquiredCompanyName
,acquiredCompanyDomain
,acquiredCompanyIndustry
,acquiredCompanyLocation
,acquiredCompanyType
,acquiredCompanyTicker
,sellingCompanyName
,sellingCompanyDomain
, sellingCompanyIndustry
,sellingCompanyLocation
,sellingCompanyType
,sellingCompanyTicker
,dealAmount
, mnaStatus
and mnaType
. Users can limit the number of records returned using the limit
parameter. All parameters are optional.The API key has to be passed in HTTP header with the name x-api-key.
Intellizence API key for authenticating the request.
Choose the date type used to filter records.The default value is 'Announced'.To get the daily update of records created or modified, 'LAST-MODIFIED' is recommended.
Announced
Possible values: The start date(YYYY-MM-DD) from which M&A deals data is required. The Intellizence Mergers & Acquisitions Dataset contains data beginning from 2020-01-01.
2025-02-24
The end date(YYYY-MM-DD) up to which M&A deals data is required.
2025-02-24
Exact date(YYYY-MM-DD) for which the M&A deals data is required.
2025-02-24
The name of the acquiring company for which the M&A deals data is required. Partial name matches are supported. Multiple values can be provided either as a comma-separated string or as an array.
Blackstone
The website domain of the acquiring company for which the M&A deals data is required. Partial matches are supported. Multiple values can be provided either as a comma-separated string or as an array.
www.blackstone.com
The industry of the acquiring companies for which M&A deals data is required. The industries are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values should be provided as an array.
financial services
Possible values: The HeadQuarters location of the acquiring companies for which M&A deals data is required. The location can be City or State/Province or Country. Multiple values can be provided either as a comma-separated string or as an array.
New York City,New York,United States of America
The company type of the acquiring companies for which M&A deals data is required. The company types are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided either as a comma-separated string or as an array.
Public
Possible values: The company type of the acquiring companies for which M&A deals data is required. The company types are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided either as a comma-separated string or as an array.
BX
The name of the acquired company for which the M&A deals data is required. Partial name matches are supported. Multiple values can be provided either as a comma-separated string or as an array.
Safe Harbor Marinas
The website domain of the acquired company for which the M&A deals data is required. Partial matches are supported. Multiple values can be provided either as a comma-separated string or as an array.
www.shmarinas.com
The industry of the acquired companies for which M&A deals data is required. The industries are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values should be provided as an array.
shipping & ports
Possible values: The HeadQuarters location of the acquired companies for which M&A deals data is required. The location can be City or State/Province or Country. Multiple values can be provided either as a comma-separated string or as an array.
Fontana,California,United States of America
The company type of the acquired companies for which M&A deals data is required. The company types are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided either as a comma-separated string or as an array.
Private
Possible values: Acquired company stock ticker if it's a public company.
The name of the selling company for which the M&A deals data is required. Partial matches are supported.
Sun Communities
The website domain of the selling company for which the M&A deals data is required. Partial matches are supported.
www.suncommunities.com
The industry of the selling companies for which M&A deals data is required. The industries are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values should be provided as an array.
real estate
Possible values: The HeadQuarters location of the selling companies for which M&A deals data is required. The location can be City or State/Province or Country.
Southfield,Michigan,United States of America
The company type of the selling companies for which M&A deals data is required. The company types are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided either as a comma-separated string or as an array.
Public
Possible values: Selling company stock ticker if it's a public company.
SUI
Filter M&A deals data based on M&A status. The common status are Announced, Completed and Terminated.
Announced
Possible values: Filter M&A deals data by M&A Type.
Acquisition - Total
Possible values: Filter the M&A deals data by deal amount. Pass the currency
whenever dealAmount
is used. If currency
is not provided along with dealAmount
, all the deals data that matches the deal amount of any currency will be returned. The allowed operators are >, >=, <, <=, =, !=, (MinimumValue,Maximum Value). Examples: >1000000, >=1000000, <1000000, <=1000000, =1000000, !=1000000, 1000000,400000
=5650000000
Pattern: ^(>|>=|<|<=|=|!=)?\d+(,\d+)?$
The currency of the deal transaction.
USD
Possible values: The maximum number of records to be returned.
1
POST /api/v2/dataset/mna HTTP/1.1
Host: api.intellizence.com
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 996
{
"dateType": "Announced",
"startDate": "2025-02-24",
"endDate": "2025-02-24",
"date": "2025-02-24",
"acquiringCompanyName": "Blackstone",
"acquiringCompanyDomain": "www.blackstone.com",
"acquiringCompanyIndustry": "financial services",
"acquiringCompanyLocation": "New York City,New York,United States of America",
"acquiringCompanyType": "Public",
"acquiringCompanyTicker": "BX",
"acquiredCompanyName": "Safe Harbor Marinas",
"acquiredCompanyDomain": "www.shmarinas.com",
"acquiredCompanyIndustry": "shipping & ports",
"acquiredCompanyLocation": "Fontana,California,United States of America",
"acquiredCompanyType": "Private",
"acquiredCompanyTicker": "text",
"sellingCompanyName": "Sun Communities",
"sellingCompanyDomain": "www.suncommunities.com",
"sellingCompanyIndustry": "real estate",
"sellingCompanyLocation": "Southfield,Michigan,United States of America",
"sellingCompanyType": "Public",
"sellingCompanyTicker": "SUI",
"mnaStatus": "Announced",
"mnaType": "Acquisition - Total",
"dealAmount": "=5650000000",
"currency": "USD",
"limit": 1
}
{
"id": "67bd5c88f7fd1a188e2b0ea1",
"announcedDate": "2025-02-24",
"acquiringCompany": {
"name": "Blackstone",
"domain": "www.blackstone.com",
"industries": [
"angels/ venture capital/ private equity,financial services"
],
"location": "New York City,New York,United States of America",
"type": "Private",
"ticker": [
"BX"
]
},
"acquiredCompany": {
"name": "Safe Harbor Marinas",
"domain": "www.shmarinas.com",
"industries": [
"shipping & ports"
],
"location": "Fontana,California,United States of America",
"type": "Private",
"ticker": []
},
"sellingCompany": {
"name": "Sun Communities",
"domain": "www.suncommunities.com",
"industries": [
"real estate"
],
"location": "Southfield,Michigan,United States of America",
"type": "Public",
"ticker": [
"SUI"
]
},
"mnaType": "Acquisition - Total",
"mnaStatus": "Announced",
"dealAmount": "=5650000000",
"currency": "USD",
"lastModified": "2025-02-25",
"title": "Blackstone Infrastructure to Acquire Safe Harbor Marinas in $5.65B Transaction",
"url": "http://www.businesswire.com/news/home/20250224590051/en/Blackstone-Infrastructure-to-Acquire-Safe-Harbor-Marinas-in-5.65B-Transaction/?"
}
Last updated