API Documentation

⌘K
GET/api/1/deals/ma/stats/monthly

M&A Monthly Activity

Returns monthly M&A deal counts and disclosed deal value totals for the trailing 24 months

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/deals/ma/stats/monthly' \
  -H 'Accept: application/json'
200 Response
[
  {
  "month": "2026-06",
  "dealCount": 0,
  "disclosedValueUsd": 0
}
]