# EDGAR IPO Timeline by CIK

> EDGAR IPO Timeline by CIK is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns the full SEC EDGAR offering lifecycle for a single issuer — including registration, amendments, EFFECT notices, 8-A12B exchange filings, and parsed 424(b) prospectus terms — keyed by CIK.

## Facts

- Endpoint: GET https://x402.professorsausages.com/ipo-calendar/company/:cik
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edgar-ipo-timeline-by-cik-02351cea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5oX44ZC2O6tnuFMfuvep2

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability edgar-ipo-timeline-by-cik-02351cea
```

Example prompt: Pull the full EDGAR IPO timeline for the company with CIK 0001234567 — I want to see the stage, all filings, any EFFECT or 8-A12B notices, and the parsed 424(b) offering terms like price per share and gross proceeds.

## When to prefer this

Use this endpoint when you need a complete, parsed IPO lifecycle view for a specific issuer identified by CIK — covering all EDGAR form types from initial S-1 through effectiveness and pricing. Prefer this over the 'imminent IPOs' or 'recently priced' sibling endpoints when you already have the issuer's CIK and need deep per-company detail rather than a screened list.

## Known failure modes

- CIK not found in EDGAR — returns empty or 404-style error
- CIK exists but has no offering-related filings — timeline will be empty or stage may be 'dormant'
- 424(b) terms not parseable from prospectus text — terms fields return null with null evidence
- EDGAR upstream latency or rate limiting — may cause delayed or failed response
- Malformed CIK format — validation error on input

## How this service works

Full EDGAR offering timeline for one issuer — registration, amendments, EFFECT, 8-A12B and 424(b) with parsed terms

## Output

Returns a structured object with the company's CIK, name, SIC code, foreign private issuer flag, current IPO stage (registered/expected/priced/withdrawn/dormant), chronological filing timeline (form type, date, accession number, note), parsed offering terms (price per share, share counts, gross proceeds, security type, over-allotment), ticker, exchange, SPAC flag, EDGAR URL, prospectus URL, amendment count, EFFECT notice date, and 8-A12B filing date.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edgar-ipo-timeline-by-cik-02351cea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
