M&A Deals API

Table of contents

Query parameters

Below is a sample selection of the most commonly used query parameters. The full list of query parameters for the Acuris M&A Deals API are available via the Swagger pages.

‘companyName’, ‘companyNameInRole’, ‘companyIDInRole’

The ‘companyName’ query parameter returns all deals where the specified name is found as the target, buyer/bidder, vendor company or advisory firm to any of the aforementioned roles.

https://api.acuris.com/deals/?companyName=ION%20Group

To find deals where a company has been playing a specific role you can use the ‘companyNameInRole’ parameter.  You can also use the entity’s unique internal identifier with ‘companyIDInRole’ query parameter.

https://api.acuris.com/deals/?companyNameInRole=ION%20Group:bidder
https://api.acuris.com/deals/?companyIDInRole=prime-731351:bidder

‘dominantCountry’, ‘dominantState’

In order to get all items that are relevant for a specific geography you can use the ‘dominantCountry’ and the ‘dominantState’ parameters.  ‘dominant State’ support is for USA states and Canadian provinces. The example below shows how to get all the deals that are relevant for Alaska.

https://api.acuris.com/deals?dominantState=prime-AK

‘dominantSector’

Get all items that are relevant for a specific industry. The industry classification is according to Acuris proprietary categorization. The example below shows how to query deals relevant for the leisure sector.

https://api.acuris.com/deals?dominantSector=prime-leisure

‘dealType’

Use ‘dealType’ to query for the type of transaction. The example below returns all ‘buy-and-build’ deals.

https://api.acuris.com/deals/?dealType=prime-buyandbuild

‘dateFrom’, ‘dateTo’

To get deals announced or completed in a specific time frame, you can set the lower and upper date limit. For example the query below returns all deals expected, announced or completed in the first half of 2020.

https://api.acuris.com/deals/?dateFrom=2020-01-01&dateTo=2020-06-30

‘status’

The ‘status’ parameter allows to query for deals in a specific stage of the M&A lifecycle: expected, announced, completed. It can be used in combination with ‘dateFrom’ and ‘dateTo’ in order to narrow down on a specific date range. For example the query below returns all deals completed in the first half of 2020.

https://api.acuris.com/deals/?status=completed&dateFrom=2020-01-01&dateTo=2020-06-30

‘valueType’, ‘valueCurrency’

To find all deals where a certain value type is available, e.g. Net Debt – you must use ‘valueType’ and ‘valueCurrency’. For example the query below will return all transaction where Net Debt in USD is available.

https://api.acuris.com/deals/?valueType=prime-netdebt&valueCurrency=USD

‘valueFrom’, ‘valueTo’

To find deals where the desired value type is equal or greater than a specific threshold use ‘valueFrom’, and to find deals where the value is equal or lower than a certain threshold use ‘valueTo’.  If ‘valueType’ is not specified the range will be matched against Deal Value.  The example below returns all deals where the Net Debt is between 100M and 500M USD.

https://api.acuris.com/deals/?valueFrom=100&valueTo=500&valueType=prime-netdebt&valueCurrency=USD

‘stakeFrom’, ‘stakeTo’

You can define the value of ‘stakeFrom’ and ‘stakeTo’ to find all deals where only a certain stake of the target was acquired. The example below returns all deals where the stake acquired in the target company is less or equal to 39% and the Net Debt is between 100M and 500M USD

https://api.acuris.com/deals/?stakeTo=39&valueFrom=100&valueTo=500&valueType=prime-netdebt&valueCurrency=USD

‘q’

To run a generic free-text query on the deal, use the ‘q’ parameter.

https://api.acuris.com/deals/?q=CFIUS