Skip to main content
GET
Director-dealings clusters
Returns groups of distinct insiders who traded the same symbol in the same direction within a configurable lookback window. By default, a cluster requires at least three distinct insiders, and you can adjust both the lookback period and minimum number of insiders. The endpoint identifies patterns in the available filings. It does not determine whether the trades were coordinated or what motivated them. This endpoint requires a Business plan.
Check insider_type_breakdown before interpreting a cluster. It shows the types of insiders represented in the group, which can help distinguish activity spread across employees from activity concentrated among directors or senior officers. For example, a cluster dominated by employee/staff records may reflect broader employee participation. Both patterns can produce the same basic “N insiders traded” count, so the breakdown provides important context. A cluster should be treated as a pattern in the filings, not as evidence of coordinated intent or investment conviction.

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY. Generate keys at ngnmarket.com/dashboard/developer.

Query Parameters

days
integer
default:60

Lookback window in days.

Required range: 7 <= x <= 365
min_insiders
integer
default:3

Minimum distinct insiders required to qualify as a cluster.

Required range: 2 <= x <= 20

Response

Clusters retrieved successfully.

success
boolean
required
meta
object

Quota and plan metadata included on every authenticated response.

data
object