Recently priced IPOs with parsed 424(b) terms — price per share, share counts, g...
https://x402.professorsausages.com/ipo-calendar/pricedOverview
Recently priced IPOs with parsed 424(b) terms — price per share, share counts, gross proceeds, exchange and ticker, each with source evidence
Protocol
x402
Price
$0.01
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402
Source
bazaar
Indexed
2026-07-19 04:15:11
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"method": "GET",
"queryParams": {
"cursor": "Opaque pagination cursor",
"days": "Priced within last N days, 1–730 (default 30)",
"exchange": "Filter: Nasdaq | NYSE (substring match)",
"includeSpacs": "false to exclude SPACs (default true)",
"limit": "Max results, 1–200 (default 50)"
},
"type": "http"
}
Output Schema
{
"properties": {
"count": {
"type": "integer"
},
"ipos": {
"items": {
"properties": {
"accession": {
"type": [
"string",
"null"
]
},
"cik": {
"type": "string"
},
"classification": {
"enum": [
"ipo",
"follow-on",
"uncertain",
null
],
"type": [
"string",
"null"
]
},
"exchange": {
"type": [
"string",
"null"
]
},
"followUps": {
"properties": {
"insiderTrades": {
"type": [
"string",
"null"
]
},
"secFilings": {
"type": "string"
}
},
"type": "object"
},
"foreignPrivateIssuer": {
"type": "boolean"
},
"form": {
"enum": [
"424B4",
"424B1",
null
],
"type": [
"string",
"null"
]
},
"name": {
"type": "string"
},
"parseError": {
"description": "True if term parsing failed (retried by cron).",
"type": "boolean"
},
"pricedAt": {
"description": "424(b) filing date.",
"type": [
"string",
"null"
]
},
"prospectusUrl": {
"type": [
"string",
"null"
]
},
"sic": {
"type": [
"string",
"null"
]
},
"sicDescription": {
"type": [
"string",
"null"
]
},
"spac": {
"type": "boolean"
},
"terms": {
"properties": {
"evidence": {
"description": "The source sentence the terms were parsed from (auditable).",
"type": [
"string",
"null"
]
},
"grossProceedsPrimary": {
"type": [
"integer",
"null"
]
},
"grossProceedsTotal": {
"type": [
"integer",
"null"
]
},
"overAllotmentShares": {
"type": [
"integer",
"null"
]
},
"pricePerShare": {
"type": [
"number",
"null"
]
},
"primaryShares": {
"type": [
"integer",
"null"
]
},
"securityType": {
"type": [
"string",
"null"
]
},
"sellingShareholderShares": {
"type": [
"integer",
"null"
]
},
"totalShares": {
"type": [
"integer",
"null"
]
}
},
"type": [
"object",
"null"
]
},
"ticker": {
"type": [
"string",
"null"
]
}
},
"required": [
"cik",
"name",
"ticker",
"exchange",
"pricedAt",
"spac",
"terms"
],
"type": "object"
},
"type": "array"
},
"nextCursor": {
"type": [
"string",
"null"
]
},
"window": {
"properties": {
"days": {
"type": "integer"
},
"to": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"window",
"count",
"ipos",
"nextCursor"
],
"type": "object"
}