Skip to main content
GET
/
api
/
v2.1
/
calendar
/
ma
Returns the mergers and acquisitions data
curl --request GET \
  --url 'https://api.benzinga.com/api/v2.1/calendar/ma?token=' \
  --header 'accept: <accept>'
{
  "ma": [
    {
      "acquirer_cusip": "233377407",
      "acquirer_exchange": "NASDAQ",
      "acquirer_isin": "US2333774071",
      "acquirer_name": "DXP Enterprises",
      "acquirer_ticker": "DXPE",
      "currency": "USD",
      "date": "2026-01-05",
      "date_completed": "2026-01-05",
      "date_expected": "",
      "deal_payment_type": "",
      "deal_size": "",
      "deal_status": "Completed",
      "deal_terms_extra": "Terms of the transaction are not being disclosed.",
      "deal_type": "Acquisition",
      "id": "695bc1b183cac20001bec44e",
      "importance": 2,
      "notes": "",
      "target_exchange": "",
      "target_name": "PREMIERflow, LLC",
      "target_ticker": "",
      "updated": 1767621689
    }
  ]
}
{
  "ma": [
    {
      "acquirer_cusip": "233377407",
      "acquirer_exchange": "NASDAQ",
      "acquirer_isin": "US2333774071",
      "acquirer_name": "DXP Enterprises",
      "acquirer_ticker": "DXPE",
      "currency": "USD",
      "date": "2026-01-05",
      "date_completed": "2026-01-05",
      "date_expected": "",
      "deal_payment_type": "",
      "deal_size": "",
      "deal_status": "Completed",
      "deal_terms_extra": "Terms of the transaction are not being disclosed.",
      "deal_type": "Acquisition",
      "id": "695bc1b183cac20001bec44e",
      "importance": 2,
      "notes": "",
      "target_exchange": "",
      "target_name": "PREMIERflow, LLC",
      "target_ticker": "",
      "updated": 1767621689
    }
  ]
}

Authorizations

token
string
query
required

Headers

accept
enum<string>
default:application/json
required

Specifies return format. Query parameters work the same for both formats

Available options:
application/json

Query Parameters

page
integer
default:0

Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date

pagesize
integer

Number of results returned. Limit 1000

parameters[date]
string<YYYY-MM-DD>

Date to query for calendar data. Shorthand for date_from and date_to if they are the same. Defaults for latest

parameters[date_from]
string<YYYY-MM-DD>

Date to query from point in time

parameters[date_to]
string<YYYY-MM-DD>

Date to query to point in time

parameters[importance]
enum<integer>

The importance level to filter by. Uses Greater Than or Equal To the importance indicated

Available options:
0,
1,
2,
3,
4,
5
parameters[tickers]
string<csv>

One or more ticker symbols separated by a comma. Maximum 50 tickers

parameters[updated]
integer

Records last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated

parameters[date_sort]
enum<string>

M&A date field to sort on (newest to oldest for expected and completed; oldest to newest for announced)

Available options:
expected,
completed,
announced

Response

success

ma
object[]