Skip to main content
GET
/
v1
/
calendars
/
mergers-acquisitions
Get Mergers & Acquisitions
curl --request GET \
  --url https://api.aries.com/v1/calendars/mergers-acquisitions \
  --header 'Authorization: Bearer <token>'
{
  "mergersAcquisitions": [
    {
      "id": "6773e622bf6674000140d995",
      "date": "2024-12-31",
      "acquirerName": "Wide Technology Holding Co., LLC",
      "targetTicker": "SFTC",
      "targetName": "Softchoice",
      "targetExchange": "TSX",
      "currency": "CAD",
      "dealType": "Acquisition",
      "dealSize": "1800000000",
      "dealPaymentType": "Cash",
      "dealStatus": "Completed",
      "importance": 2,
      "updated": 1741930151
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dateFrom
string

Start date (YYYY-MM-DD)

dateTo
string

End date (YYYY-MM-DD)

tickers
string

Comma-separated ticker symbols

page
string

Page offset (0-based)

pageSize
string

Number of results (max 1000)

Response

200 - application/json

Successful response with mergers and acquisitions data

mergersAcquisitions
object[]

Array of merger and acquisition events