Get IPO filings
Returns the S-1 and S-1/A registration statements one issuer has filed, newest first, from the same filings feed get_filings reads (go/service/ipos.go). ticker is REQUIRED: that feed is keyed on a single issuer and cannot list registrations across the whole market, so an omitted ticker answers a bad_request naming the reason rather than a guess. This is a documented deviation - Financial Datasets answers this route unscoped. classification is accepted for parameter parity but every call that sets it answers HTTP 200 with a bad_request ErrorResponse body: this server reports the filings SEC publishes and does not classify them as ipo, spac, shell_company or resale, and silently ignoring the filter would return a set the caller did not ask for.
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 registration statements to list, for example RDDT. Required.
SEC CIK of the filer. Accepted for Financial Datasets parameter parity; this route resolves the CIK from the filing itself.
Accepted for parameter parity, but every call that sets it answers a bad_request ErrorResponse body; this server does not classify registration filings.
ipo, shell_company, spac, resale, other Restricts to registrations whose filing_date exactly equals this date (YYYY-MM-DD).
Restricts to registrations filed on or after this date (YYYY-MM-DD).
Restricts to registrations filed on or before this date (YYYY-MM-DD).
Restricts to registrations filed strictly after this date (YYYY-MM-DD).
Restricts to registrations 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.