Get insider ownership
Returns each insider’s current holding in one company: the most recent post-transaction share count SECForm4’s per-company insider-trading history reports for that person (go/service/insiderownership.go). ticker is required; the issuer’s SEC CIK is resolved first via the same filings lookup get_filings uses, reusing that call’s cache. Insiders are keyed on the stable id in their profile URL rather than their displayed name, because the feed’s name carries a job title and titles change between filings; one person therefore yields one row at their latest holding. form_type is accepted for Financial Datasets parameter parity but every call that sets it answers HTTP 200 with a bad_request ErrorResponse body: this feed carries no Form 3/5 classification to filter on. FRESHNESS: measured live on 2026-09-04, this feed tracked filings within days (a 2026-09-01 transaction reported 2026-09-03). The six-month lag documented on the beneficial-ownership routes applies to the 13D/13G feeds, not to this one.
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 insiders to list, for example AAPL. Required; an omitted ticker answers a bad_request ErrorResponse body at zero cost.
Optional case-insensitive filter on the insider's reported name.
Accepted for Financial Datasets parameter parity, but every call that sets it answers HTTP 200 with a bad_request ErrorResponse body; the underlying feed carries no Form 3/5 classification.
3, 3/A, 5, 5/A Restricts to holdings whose filing_date exactly equals this date (YYYY-MM-DD).
Restricts to holdings filed on or after this date (YYYY-MM-DD).
Restricts to holdings filed on or before this date (YYYY-MM-DD).
Restricts to holdings filed strictly after this date (YYYY-MM-DD).
Restricts to holdings 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.