Intellizence API Docs
  • Intellizence REST API Documentation
  • Company News Signal API
    • List Companies
    • Add Group
    • Delete Group
    • List Of Tracked Companies
    • Add Company
    • Remove Company
    • Bulk Add Companies
    • Bulk Remove Companies
    • Recommend Company
    • Check Company Recommendation Status
    • List Triggers
    • Add Trigger
    • Remove Trigger
    • Bulk Add Triggers
    • Bulk Remove Triggers
    • Search Signals
    • Push News
    • Search Signals Based On Company ID
  • COMPANY API
    • Company Data
  • Dataset API
    • Merger & Acquisition Dataset API
    • Funding Dataset API
    • Layoff Dataset API
    • Business Expansion Dataset API
    • Major Hiring Dataset API
    • CXO Appointments and Changes Dataset API
    • Data & Security Breaches Dataset API
    • IPO Dataset API
    • Relocation Dataset API
  • API Parameter Values
    • Industries
    • Merger & Acquisition Dataset
    • Funding Dataset
    • Layoff Dataset
    • Business Expansion Dataset
    • CXO Appointments and Changes Dataset
  • Topic Signals
    • List of Tracked Topics
    • List of Tracked Triggers
    • Search Topic Signals
  • USAGE BASED APIs
    • Merger & Acquisition Dataset API
    • Funding Dataset API
  • Layoff Dataset API
Powered by GitBook
On this page
  1. USAGE BASED APIs

Merger & Acquisition Dataset API

PreviousSearch Topic SignalsNextFunding Dataset API

Last updated 1 month ago

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 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.

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'.

Example: ANNOUNCEDPossible values:
startDatestring · dateOptional

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.

Example: 2025-02-24
endDatestring · dateOptional

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

Example: 2025-02-24
datestring · dateOptional

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

Example: 2025-02-24
acquiringCompanyNamestringOptional

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

Example: Blackstone
acquiringCompanyDomainstringOptional

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

Example: www.blackstone.com
acquiringCompanyIndustrystring · enumOptional

The industry of the acquiring companies for which M&A deals data is needed.

Example: financial servicesPossible values:
acquiringCompanyLocationstringOptional

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.

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 needed.

Example: PublicPossible values:
acquiredCompanyNamestringOptional

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

Example: Safe Harbor Marinas
acquiredCompanyDomainstringOptional

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

Example: www.shmarinas.com
acquiredCompanyIndustrystring · enumOptional

The industry of the acquired companies for which M&A deals data is needed.

Example: shipping & portsPossible values:
acquiredCompanyLocationstringOptional

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.

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

The company type of the acquired companies for which M&A deals data is needed.

Example: PrivatePossible values:
sellingCompanyNamestringOptional

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

Example: Sun Communities
sellingCompanyDomainstringOptional

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

Example: www.suncommunities.com
sellingCompanyIndustrystring · enumOptional

The industry of the selling companies for which M&A deals data is needed.

Example: real estatePossible values:
sellingCompanyLocationstringOptional

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.

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

The company type of the selling companies for which M&A deals data is needed.

Example: PublicPossible values:
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:
dealAmountnumber · floatOptional

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

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: 100
Responses
200
Successful response, returns the Merger & Acquisition dataset
application/json
400
Bad request, possibly missing required parameters, invalid data, invalid or missing API key
404
Available credits are 0
405
Insufficient credits
406
Invalid deal amount filter format
500
Internal server error
post
POST /api/v2/dataset/mna HTTP/1.1
Host: api.intellizence.com
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 908

{
  "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",
  "acquiredCompanyName": "Safe Harbor Marinas",
  "acquiredCompanyDomain": "www.shmarinas.com",
  "acquiredCompanyIndustry": "shipping & ports",
  "acquiredCompanyLocation": "Fontana,California,United States of America",
  "acquiredCompanyType": "Private",
  "sellingCompanyName": "Sun Communities",
  "sellingCompanyDomain": "www.suncommunities.com",
  "sellingCompanyIndustry": "real estate",
  "sellingCompanyLocation": "Southfield,Michigan,United States of America",
  "sellingCompanyType": "Public",
  "mnaStatus": "Announced",
  "mnaType": "Acquisition - Total",
  "dealAmount": "=5650000000",
  "currency": "USD",
  "limit": 100
}
{
  "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",
    "ticker": [
      "BX"
    ],
    "type": "Private"
  },
  "acquiredCompany": {
    "name": "Safe Harbor Marinas",
    "domain": "www.shmarinas.com",
    "industries": [
      "shipping & ports"
    ],
    "location": "Fontana,California,United States of America",
    "ticker": [],
    "type": "Private"
  },
  "sellingCompany": {
    "name": "Sun Communities",
    "domain": "www.suncommunities.com",
    "industries": [
      "real estate"
    ],
    "location": "Southfield,Michigan,United States of America",
    "ticker": [
      "SUI"
    ],
    "type": "Public"
  },
  "mnaType": "Acquisition - Total",
  "mnaStatus": "Announced",
  "dealAmount": "=5650000000",
  "currency": "USD",
  "lastModified": "2025-02-25",
  "url": "text",
  "title": "text"
}