# IPO Registration Withdrawals (Form RW) Feed

> IPO Registration Withdrawals (Form RW) Feed is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns SEC Form RW (registration withdrawal) filings with company details, SIC code, registration form type, and time spent in registration — a market risk-sentiment signal.

## Facts

- Endpoint: GET https://x402.professorsausages.com/ipo-calendar/withdrawn
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ipo-registration-withdrawals-form-rw-feed-6def2275
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5piPcF7p15sfSUejYtHI5

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 ipo-registration-withdrawals-form-rw-feed-6def2275
```

Example prompt: Can you pull the latest IPO registration withdrawals from SEC Form RW filings — I want to see which companies pulled their S-1 or F-1 and how long they were in registration before withdrawing?

## When to prefer this

Use this endpoint when you need to track IPO market risk sentiment via withdrawn registration filings, want to identify companies that abandoned their public offering attempts, or need to analyze how long issuers stayed in registration before pulling out. Prefer this over general IPO calendar endpoints when the focus is on failed/withdrawn offerings rather than upcoming or priced deals.

## Known failure modes

- No data returned if no recent withdrawals are on file
- Payment not completed results in 402 error
- Malformed or missing required fields in response if SEC source data is incomplete
- Stale data if SEC EDGAR has not been recently crawled

## How this service works

IPO registration withdrawals (Form RW) with time-in-registration — the market risk-sentiment tape

## Output

A list of companies that withdrew their IPO registrations via Form RW, including CIK, company name, SIC code and industry description, registration form type (S-1 or F-1), date of withdrawal, date first filed, and number of months spent in registration — enabling risk-sentiment analysis of the IPO market.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ipo-registration-withdrawals-form-rw-feed-6def2275/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)
