Merger & Acquisition Dataset API
Last updated
Last updated
This API endpoint allows users to access real-time and historical Mergers & Acquisition (M&A) and divestment deals data. Users can search data by various parameters- dateType
,startDate
,endDate
,date
,acquiringCompanyDomain
,acquiringCompanyName
,acquiringCompanyIndustry
,acquiredCompanyLocation
,acquiringCompanyType
,acquiredCompanyDomain
,acquiredCompanyName
,acquiredCompanyIndustry
,acquiredCompanyLocation
,acquiredCompanyType
,sellingCompanyDomain
,sellingCompanyName
,sellingCompanyIndustry
,sellingCompanyLocation
,sellingCompanyType
,dealAmount
,mnaStatus
and mnaType
. Users can limit the number of records returned using the limit
parameter. All the 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'.
ANNOUNCED
Available options: The start date(YYYY-MM-DD) from which M&A deals data is needed. The data in the Intellizence M&A Dataset is available starting from 2020-01-01.
2025-02-24
The end date(YYYY-MM-DD) up to which M&A deals data is needed.
2025-02-24
Specific date(YYYY-MM-DD) for which the M&A deals data is needed.
2025-02-24
The name of the acquiring company for which the M&A deals data is needed. Partial name matches are supported.
Blackstone
The website domain of the acquiring company for which the M&A deals data is needed. Partial matches are supported.
www.blackstone.com
The industry of the acquiring companies for which M&A deals data is needed.
financial services
Available options: The HeadQuarters location of the acquiring companies for which M&A deals data is needed. The location can be City or State/Province or Country.
New York City,New York,United States of America
The company type of the acquiring companies for which M&A deals data is needed.
Public
Available options: The name of the acquired company for which the M&A deals data is needed. Partial name matches are supported.
Safe Harbor Marinas
The website domain of the acquired company for which the M&A deals data is needed. Partial matches are supported.
www.shmarinas.com
The industry of the acquired companies for which M&A deals data is needed.
shipping & ports
Available options: The HeadQuarters location of the acquired companies for which M&A deals data is needed. The location can be City or State/Province or Country.
Fontana,California,United States of America
The company type of the acquired companies for which M&A deals data is needed.
Private
Available options: The name of the selling company for which the M&A deals data is needed. Partial matches are supported.
Sun Communities
The website domain of the selling company for which the M&A deals data is needed. Partial matches are supported.
www.suncommunities.com
The industry of the selling companies for which M&A deals data is needed.
real estate
Available options: The HeadQuarters location of the selling companies for which M&A deals data is needed. 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 needed.
Public
Available options: Filter M&A deals data based on M&A status. The common status are Announced, Completed and Terminated.
Announced
Available options: Filter M&A deals data by M&A Type.
Acquisition - Total
Available options: Filter the M&A deals data by deal amount. Pass the currency
whenver dealAmount
is used. If currency
is not provided along with dealAmount
, all the records 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
Available options: The maximum number of records to be returned.
100