M&A & Transactions Layer API (Production)

Get the full details of a specific M&A deal.

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.

get
https://api.argaam.com/api/v1.1/markets/mergers-acquisitions/{dealId}

Path Parameters

dealIdinteger(int32)required

Unique numeric M&A deal identifier (e.g. 101).

Response

200 application/json

Success

ApiV1Response

* Additional properties are NOT allowed.
successboolean
apiVersionstring | null
timestampstring(date-time)
requestIdstring | null
data
metaobject
* Additional properties are NOT allowed.
Show Child Parameters
rateLimitobject
* Additional properties are NOT allowed.
Show Child Parameters
get/api/v1.1/markets/mergers-acquisitions/{dealId}
 
200 application/json

ApiV1Meta

object
* Additional properties are NOT allowed.
pageinteger(int32)
pageSizeinteger(int32)
totalRecordsinteger(int32)
totalPagesinteger(int32)read-only
hasNextPagebooleanread-only
hasPreviousPagebooleanread-only
Example

ApiV1RateLimit

object
* Additional properties are NOT allowed.
limitinteger(int32)
remaininginteger(int32)
resetstring(date-time)
Example

ApiV1Response

object
* Additional properties are NOT allowed.
successboolean
apiVersionstring
timestampstring(date-time)
requestIdstring
data
metaobject
* Additional properties are NOT allowed.
Show Child Parameters
rateLimitobject
* Additional properties are NOT allowed.
Show Child Parameters
Example