API Documentation
⌘K
API Key
Get free key GET
/api/1/deals/ma/stats/monthlyM&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
}
]