Skip to main content
GET
Get beneficial 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 stakes to list, for example AAPL.

filer_cik
string

SEC CIK of a reporting person. See the route description: the verified feed shape carries no CIK, so this legitimately returns an empty list.

type
enum<string>

Narrows to activist (Schedule 13D) or passive (Schedule 13G) stakes. Omit to scan both feeds.

Available options:
activist,
passive
history
boolean
default:false

Accepted for Financial Datasets parameter parity. history=true answers a bad_request ErrorResponse body; only each stake's current reported state is available.

filing_date
string<date>

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

filing_date_gte
string<date>

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

filing_date_lte
string<date>

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

filing_date_gt
string<date>

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

filing_date_lt
string<date>

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

beneficial_owners
BeneficialOwner · object[]
required
next_page_url
string

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