Skip to main content
GET
Find an investor's CIK by name (discovery)

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

name
string

Optional case-insensitive name prefix to filter the filer list, for example Berkshire.

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

investors
InstitutionalInvestor · object[]
required
next_page_url
string

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