Upcoming and historical US IPOs: issuer name, ticker, announced and listing dates, offer p
Upcoming and historical US IPOs: issuer name, ticker, announced and listing dates, offer price range and final price, shares offered, total deal size, exchange, and status. Filter by `?ipo_status=pending|new|history|rumor`, `?ticker=`, and `?limit=`. Use to track the new-issue calendar and recently priced deals. From x402stock, a market & economic data API (x402, USDC).
20000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-14
updated
Provider
x402stock.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"ipo_status": "pending",
"limit": 20
},
"type": "http"
},
"output": {
"example": {
"as_of": "2026-05-30T07:00:00.000Z",
"count": 1,
"ipos": [
{
"announced_date": "2024-02-22",
"currency": "USD",
"final_issue_price": 34,
"highest_offer_price": 34,
"isin": "US75734B1008",
"issuer_name": "Reddit Inc.",
"last_updated": "2024-12-02",
"listing_date": "2024-03-21",
"lowest_offer_price": 31,
"max_shares_offered": 22000000,
"primary_exchange": "XNYS",
"security_description": "Ordinary Shares - Class A",
"security_type": "CS",
"shares_outstanding": 36871367,
"status": "history",
"ticker": "RDDT",
"total_offer_size": 519401918
}
],
"source": "x402stock"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"ipo_status": {
"enum": [
"pending",
"new",
"history",
"rumor",
"postponed",
"withdrawn"
],
"type": "string"
},
"limit": {
"default": 20,
"exclusiveMinimum": 0,
"maximum": 250,
"type": "integer"
},
"ticker": {
"maxLength": 10,
"minLength": 1,
"type": "string"
}
},
"required": [
"limit"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"as_of": {
"type": "string"
},
"count": {
"type": "number"
},
"ipos": {
"items": {
"additionalProperties": false,
"properties": {
"announced_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"currency": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"final_issue_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"highest_offer_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"isin": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"issuer_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"last_updated": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"listing_date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"lowest_offer_price": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"max_shares_offered": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"primary_exchange": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"security_description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"security_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"shares_outstanding": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"ticker": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"total_offer_size": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"required": [
"ticker",
"issuer_name",
"status",
"announced_date",
"listing_date",
"primary_exchange",
"security_type",
"security_description",
"currency",
"isin",
"final_issue_price",
"lowest_offer_price",
"highest_offer_price",
"max_shares_offered",
"total_offer_size",
"shares_outstanding",
"last_updated"
],
"type": "object"
},
"type": "array"
},
"source": {
"const": "x402stock",
"type": "string"
}
},
"required": [
"source",
"as_of",
"count",
"ipos"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://x402stock.xyz/api/v1/ipos" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402stock.xyz/api/v1/ipos");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402stock.xyz/api/v1/ipos")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/5267.json, and this resource appears in /discovery/resources and /discovery/search.