Merger Review Timeline API

Table of contents

Overview 

The Merger Review Timeline API allows you to analyze data for over 12000 regulatory events, for more than 150 agencies globally, and over 5000 M&A transactions. 

It is delivered over HTTPS, conforms to RESTful principles, and returns JSON objects. 

Quick start 

To get the list of all the entities you are entitled to, simply query as follows: 

https://api.acuris.com/mergerreview/timeline

The ‘hits’ property in the payload shows the total number of records returned. The default response shows the first 1items and you can paginate through the response to get additional content. The API can also be interrogated using a set of filters to fetch specific subsets of data. 

Compression 

We recommend the use of GZIP compression to gain up to 80% reduction in the JSON data transfer. 

Accept-Encoding:deflate,gzip 

Concurrency and rate limits 

Each API key is limited to a maximum of 5 concurrent requests and 10 requests per second. Requests over the limit will receive the response ‘429 Too Many Requests’. 

Full documentation 

Detailed technical information for the Merger Review Timeline API is available via the Swagger documentation.