# x402.professorsausages.com IPO Priced Calendar

> x402.professorsausages.com IPO Priced Calendar 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 recently priced IPOs with parsed 424(b) prospectus terms including price per share, share counts, gross proceeds, exchange, and ticker with source evidence

## Facts

- Endpoint: GET https://x402.professorsausages.com/ipo-calendar/priced
- 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/x402-professorsausages-com-ipo-priced-calendar-bdee836d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XkHmdUvq2zQ49aaevRtKF

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 x402-professorsausages-com-ipo-priced-calendar-bdee836d
```

Example prompt: Pull the most recently priced IPOs for me — I want to see the price per share, share counts, gross proceeds, exchange, and ticker for each one, with the source sentence from the prospectus so I can verify the numbers.

## When to prefer this

Use this endpoint when you need structured, parsed IPO pricing terms directly from SEC 424(b) filings with auditable source evidence — ideal for building IPO calendars, monitoring new issuances, conducting capital markets research, or comparing offering terms across recent deals. Prefer this over manual SEC EDGAR searches when you need machine-readable structured data with gross proceeds, share counts, and exchange info pre-extracted.

## Known failure modes

- No IPOs priced in the requested window — returns empty ipos array with count 0
- parseError flag set to true on individual IPOs where 424(b) term parsing failed
- Invalid cursor value results in pagination error
- SEC EDGAR data lag may mean very recently priced IPOs are not yet indexed
- Partial terms object if only some fields could be extracted from the prospectus

## How this service works

Recently priced IPOs with parsed 424(b) terms — price per share, share counts, gross proceeds, exchange and ticker, each with source evidence

## Output

A paginated list of recently priced IPOs, each with CIK, company name, ticker, exchange, 424(b) filing date, SPAC flag, classification (ipo/follow-on/uncertain), SIC code, and fully parsed offering terms (price per share, primary shares, over-allotment shares, total shares, gross proceeds primary and total, security type) along with the evidence sentence from the prospectus. Also includes links to SEC filings and insider trades, prospectus URL, and a parseError flag if term extraction failed.

## 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/x402-professorsausages-com-ipo-priced-calendar-bdee836d/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)
