Skip to main content
GET
Get insider ownership

Authorizations

X-API-KEY
string
header
required

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
string

Ticker of the issuer whose insiders to list, for example AAPL. Required; an omitted ticker answers a bad_request ErrorResponse body at zero cost.

name
string

Optional case-insensitive filter on the insider's reported name.

form_type
enum<string>

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.

Available options:
3,
3/A,
5,
5/A
filing_date
string<date>

Restricts to holdings whose filing_date exactly equals this date (YYYY-MM-DD).

filing_date_gte
string<date>

Restricts to holdings filed on or after this date (YYYY-MM-DD).

filing_date_lte
string<date>

Restricts to holdings filed on or before this date (YYYY-MM-DD).

filing_date_gt
string<date>

Restricts to holdings filed strictly after this date (YYYY-MM-DD).

filing_date_lt
string<date>

Restricts to holdings filed strictly before this date (YYYY-MM-DD).

limit
integer
default:10

Number of records to retrieve (default: 10, max: 1000).

Required range: 1 <= x <= 1000
cursor
string

Opaque 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: {"insider_ownership": [...]}, with next_page_url present only when more records remain.

insider_ownership
InsiderOwnership · object[]
required
next_page_url
string

Absolute URL of the next page. Present only when more records remain.