Get activist stakes
Returns only the activist (Schedule 13D) subset of beneficial ownership, which is how Financial Datasets defines this route: it publishes no type parameter of its own, and this server pins type=activist regardless of any type a caller sends, so the route can never be inverted into its passive opposite. Records are the same BeneficialOwner shape /beneficial-ownership returns, but the envelope key is activist_owners, matching Financial Datasets’ ActivistOwnershipResponse. Exactly one of ticker or filer_cik is required; passing both, or neither, answers a bad_request ErrorResponse body at zero cost. filer_cik is matched only against whichever CIK-like alias a feed row happens to carry, and the verified 13D/13G item shape carries none, so a filer_cik query legitimately returns an empty list rather than a guess. history is accepted for parity but history=true answers a bad_request ErrorResponse body: these feeds carry only each stake’s latest reported state, never a full amendment chain. FRESHNESS: measured live on 2026-09-04, the newest 13D record was filed 2026-03-06, roughly six months behind. This is not a real-time feed; read each row’s own filing_date/event_date to judge recency.
Authorizations
The caller's own Monid API key (get one at https://monid.ai?fpr=dhruv-15136b). Passed straight through to Monid on every call, so usage bills the caller's own wallet — this is never a shared server-side credential, and the server never logs or stores it. Missing, empty, or malformed values answer 401 unauthorized before any paid call is attempted.
Query Parameters
Ticker of the issuer whose activist stakes to list, for example AAPL.
SEC CIK of a reporting person. See the route description: the verified feed shape carries no CIK, so this legitimately returns an empty list.
Accepted for Financial Datasets parameter parity. history=true answers a bad_request ErrorResponse body; only each stake's current reported state is available.
Restricts to stakes whose filing_date exactly equals this date (YYYY-MM-DD).
Restricts to stakes filed on or after this date (YYYY-MM-DD).
Restricts to stakes filed on or before this date (YYYY-MM-DD).
Restricts to stakes filed strictly after this date (YYYY-MM-DD).
Restricts to stakes filed strictly before this date (YYYY-MM-DD).
Number of records to retrieve (default: 10, max: 1000).
1 <= x <= 1000Opaque base64url pagination cursor from a previous response's next_page_url. Omit for the first page.
Response
Illustrative shape (no captured live sample committed for this route); values are structural placeholders, not a claim about real reported figures.
List envelope for /activist-ownership: {"activist_owners": [...]}. Financial Datasets keys this route differently from /beneficial-ownership even though both carry the same BeneficialOwner record, so this server does too.