Skip to main content
GET
Get IPO filings

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 registration statements to list, for example RDDT. Required.

cik
string

SEC CIK of the filer. Accepted for Financial Datasets parameter parity; this route resolves the CIK from the filing itself.

classification
enum<string>

Accepted for parameter parity, but every call that sets it answers a bad_request ErrorResponse body; this server does not classify registration filings.

Available options:
ipo,
shell_company,
spac,
resale,
other
filing_date
string<date>

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

filing_date_gte
string<date>

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

filing_date_lte
string<date>

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

filing_date_gt
string<date>

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

filing_date_lt
string<date>

Restricts to registrations 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.

Response

Registration statements for the issuer, newest first.

List envelope: {"ipos": [...]}, with next_page_url present only when more records remain.

ipos
Ipo · object[]
required
next_page_url
string

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