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 filter the results using parameters- dateType
,startDate
, endDate
,date
,acquiringCompanyName
,acquiringCompanyDomain
, acquiringCompanyIndustry
,acquiringCompanyType
,acquiringCompanyTicker
, ,acquiredCompanyName
,acquiredCompanyDomain
,acquiredCompanyIndustry
,acquiredCompanyLocation
,acquiredCompanyType
,acquiredCompanyTicker
,sellingCompanyName
,sellingCompanyDomain
, sellingCompanyIndustry
, sellingCompanyLocation
,sellingCompanyType
,sellingCompanyTicker,
dealAmount,
mnaStatusand
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 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 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
^(>|>=|<|<=|=|!=)?\d+(,\d+)?$
Filter M&A deals data by M&A Type.
Acquisition - Total
Possible values: The currency of the deal transaction.
USD
Possible values: The maximum number of records to be returned.
1