# IPO Calendar Data Service

> IPO Calendar Data Service is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Retrieves upcoming and recent IPO (Initial Public Offering) calendar data including scheduled listings, pricing, and company details

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/ipo-calendar
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ipo-calendar-data-service-6106ae53
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aYOTzQMen2MIyl_z7ix39

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-calendar-data-service-6106ae53
```

Example prompt: What IPOs are coming up this month? Show me the scheduled listing dates, companies, and expected offer prices.

## When to prefer this

Use this endpoint when you need structured IPO calendar data without setting up API keys or accounts — pay per call with USDC on Base. Good for agents that need on-demand IPO schedule lookups without a brokerage or financial data subscription.

## Known failure modes

- No upcoming IPOs in the requested period — returns empty list
- Payment failure if USDC balance or x402 payment header is invalid — returns 402
- Invalid properties filter format — returns 400 or empty result
- Data provider unavailable — returns 500 or timeout

## How this service works

Returns live IPO calendar from Nasdaq — upcoming deals with expected pricing dates, recently priced offerings, new S-1 filings, and withdrawn deals. Covers all major US exchanges. Includes company name, ticker, exchange, price range, share count, and total offer amount. Structured extraction WITH summary analytics AND deal counts — richer than raw scraped calendars. Use section='upcoming' for near-term deal flow, section='priced' for post-IPO watchlist setup, section='all' for complete week vie

## Output

A list of IPO entries including company names, ticker symbols, planned listing dates, exchanges, offer prices, and IPO status (upcoming, priced, filed, withdrawn)

## Example request

```json
{
 "properties": "symbol,name,exchange,ipo_date"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ipo-calendar-data-service-6106ae53/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
