IPO Calendar API

Retrieve upcoming IPO schedules. This endpoint always returns future IPOs only.

GET /v1/calendar/ipo

Quick Copy & Paste

Sign in to auto-include your API key in copied URLs.

https://api.earningsapi.com/v1/calendar/ipo?apikey=YOUR_API_KEY

⚡ This endpoint always returns upcoming IPOs only. Past IPOs are not included.

Parameters

Query

ParameterTypeRequiredDescription
apikeystringYesYour API key

No date or filter parameters are required or supported. This endpoint automatically returns upcoming IPOs.

Response Example

[
  {
    "symbol": "LEGOU",
    "companyName": "Legato Merger Corp. IV",
    "date": "2026-01-23"
  },
  {
    "symbol": "XSLLU",
    "companyName": "Xsolla SPAC 1",
    "date": "2026-01-23"
  },
  {
    "symbol": "GIXXU",
    "companyName": "GigCapital9 Corp.",
    "date": "2026-01-27"
  }
]

Response Fields

FieldTypeDescription
symbolstringIPO ticker symbol
companyNamestringCompany name
datestringIPO date (YYYY-MM-DD)

cURL Example

curl "https://api.earningsapi.com/v1/calendar/ipo?apikey=YOUR_API_KEY"

Rate Limiting

  • Free tier: 1,000 requests / month
  • 429 returned when limit is exceeded