Merger & Acquisition Dataset API

Submit Merger & Acquisition dataset request

post

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.

Authorizations
Header parameters
x-api-keystringRequired

Intellizence API key for authenticating the request.

Body
dateTypestring · enumOptional

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.

Example: AnnouncedPossible values:
startDatestring · dateOptional

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.

Example: 2025-02-24
endDatestring · dateOptional

The end date(YYYY-MM-DD) up to which M&A deals data is required.

Example: 2025-02-24
datestring · dateOptional

Exact date(YYYY-MM-DD) for which the M&A deals data is required.

Example: 2025-02-24
acquiringCompanyNamestringOptional

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.

Example: Blackstone
acquiringCompanyDomainstringOptional

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.

Example: www.blackstone.com
acquiringCompanyIndustrystring · enumOptional

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.

Example: financial servicesPossible values:
acquiringCompanyLocationstringOptional

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.

Example: New York City,New York,United States of America
acquiringCompanyTypestring · enumOptional

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.

Example: PublicPossible values:
acquiringCompanyTickerstringOptional

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.

Example: BX
acquiredCompanyNamestringOptional

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.

Example: Safe Harbor Marinas
acquiredCompanyDomainstringOptional

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.

Example: www.shmarinas.com
acquiredCompanyIndustrystring · enumOptional

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.

Example: shipping & portsPossible values:
acquiredCompanyLocationstringOptional

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.

Example: Fontana,California,United States of America
acquiredCompanyTypestring · enumOptional

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.

Example: PrivatePossible values:
acquiredCompanyTickerstringOptional

Acquired company stock ticker if it's a public company.

sellingCompanyNamestringOptional

The name of the selling company for which the M&A deals data is required. Partial matches are supported.

Example: Sun Communities
sellingCompanyDomainstringOptional

The website domain of the selling company for which the M&A deals data is required. Partial matches are supported.

Example: www.suncommunities.com
sellingCompanyIndustrystring · enumOptional

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.

Example: real estatePossible values:
sellingCompanyLocationstringOptional

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.

Example: Southfield,Michigan,United States of America
sellingCompanyTypestring · enumOptional

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.

Example: PublicPossible values:
sellingCompanyTickerstringOptional

Selling company stock ticker if it's a public company.

Example: SUI
mnaStatusstring · enumOptional

Filter M&A deals data based on M&A status. The common status are Announced, Completed and Terminated.

Example: AnnouncedPossible values:
mnaTypestring · enumOptional

Filter M&A deals data by M&A Type.

Example: Acquisition - TotalPossible values:
dealAmountstringOptional

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

Example: =5650000000Pattern: ^(>|>=|<|<=|=|!=)?\d+(,\d+)?$
currencystring · enumOptional

The currency of the deal transaction.

Example: USDPossible values:
limitintegerOptional

The maximum number of records to be returned.

Example: 1
Responses
200
Successful response, returns the Merger & Acquisition dataset
application/json
post
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