A deterministic digest of the IPO pipeline for a window
A deterministic digest of the IPO pipeline for a window: every 424B4 final prospectus and every S-1/F-1 registration from SEC EDGAR, each filer classified from its own submissions index as a first-time registrant (an IPO), an already-public issuer (follow-on or resale, not an IPO) or a SPAC, optionally filtered by a keyword on the filer's name, with tickers/exchanges where listed and a downloadable filings table. No LLM, no guessing - filing facts only. Default last 7 days.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agent402.tools/v1/ipo-report
| Category | Everything else |
|---|---|
| Provider host | agent402.tools |
| Networks | algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=, eip155:10, eip155:1329, eip155:137, eip155:143, eip155:42161, eip155:42220, eip155:43114, eip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, stellar:pubnet |
| Payment schemes | exact, upto |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"days": 7
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"days": {
"description": "Lookback window in days, 1-90 (default 7).",
"type": "number"
},
"keyword": {
"description": "Optional filter on the filer's name (case-insensitive). Omit or \"all\" for every filing.",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"meta": {
"properties": {
"days": {
"type": "integer"
},
"deterministic": {
"type": "boolean"
},
"keyword": {},
"priced": {
"type": "integer"
},
"registrations": {
"type": "integer"
},
"tier": {
"type": "string"
}
},
"type": "object"
},
"report": {
"type": "string"
},
"sources": {
"items": {
"type": "object"
},
"type": "array"
},
"tables": {
"items": {
"type": "object"
},
"type": "array"
},
"title": {
"type": "string"
}
},
"required": [
"report",
"title",
"sources",
"tables",
"meta"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}