Market ID (e.g. 1 for Saudi Tadawul).
Example:3
Returns a list of M&A transactions announced or completed by companies
in the specified market, sorted newest-first.
Each deal record includes:
Tip: For the full deal record (description, closing conditions) use
GET /markets/mergers-acquisitions/{dealId}.
For M&A activity specific to one company use
GET /companies/{companyId}/mergers-acquisitions.
Market ID (e.g. 1 for Saudi Tadawul).
Example:3
Success
Returns the complete record for a single merger or acquisition deal,
including a narrative description, financial terms, deal status, and
all key dates (announcement, signing, regulatory clearance, completion).
Returns 404 when the requested dealId is not found.
Tip: Obtain dealId values from
GET /markets/{marketId}/mergers-acquisitions or
GET /companies/{companyId}/mergers-acquisitions.
Unique numeric M&A deal identifier (e.g. 101).
Success