GET/v1/calendar/ipo

IPO Calendar

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

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

Request

GET https://api.earningsapi.com/v1/calendar/ipo?apikey=YOUR_API_KEY
RequestPython
import requests

response = requests.get("https://api.earningsapi.com/v1/calendar/ipo", params={"apikey": "YOUR_API_KEY"}, timeout=30)
response.raise_for_status()
print(response.json())

Query parameters

No additional parameters.

Response fields

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

Response example

JSON response
[
  {
    "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"
  }
]

Quota and limits

Compare plan limits and historical data access.

Free

  • 60 requests / minute
  • 100 requests / day
  • 1,000 requests / month
  • The most recent 24 months of historical data on supported endpoints

Pro

  • 300 requests / minute
  • Unlimited daily requests
  • Unlimited monthly requests
  • All available history on supported endpoints

Free daily and monthly quotas reset in New York time. Historical access applies to endpoints marked Historical access.

View usage and plans