S-1/IPO registration lifecycle
get_ipo_registrationsList S-1/F-1 registration lifecycle events, newest first: registration statements, amendments, notices of effectiveness, and priced prospectuses (424B1/424B4), threaded across stages by SEC file number (e.g. 333-297472). Issuer objects include SIC code, state of incorporation, and former names. Coverage is live-forward since 2026-08-01. Returns a {data, total, limit, offset} envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | SEC CIK number, digits only (leading zeros optional). | |
| limit | No | Rows to return (max 25 on this endpoint). | |
| since | No | Only filings filed on/after this date (YYYY-MM-DD). | |
| stage | No | Lifecycle stage to filter on. | |
| until | No | Only filings filed on/before this date (YYYY-MM-DD) — with since, a fixed reproducible window. | |
| offset | No | Rows to skip — page through 'total' with limit+offset. | |
| form_type | No | ||
| file_number | No | SEC file number, e.g. 333-297472 — follows one offering across stages. |