Skip to main content
GET
Get IPOs by date

Authorizations

X-API-Key
string
header
required

Query Parameters

listed_date_after
string<date>

Only return IPOs listed on or after this date (YYYY-MM-DD, inclusive).

Example:

"2026-06-01"

listed_date_before
string<date>

Only return IPOs listed on or before this date (YYYY-MM-DD, inclusive).

Example:

"2026-06-30"

page
number

The page number of results to return, base 0, default is 0.

limit
integer
default:50

The number of results to return per page (minimum 1, maximum 50, default 50). A page is the unit these endpoints are priced in, so it cannot be widened beyond 50.

Required range: 1 <= x <= 50

Response

A page of IPOs.

ipo_id
string
required

The Specter ID for this IPO. Stable across deliveries and usable on GET /ipos/{ipo_id}.

Example:

"ipo_dff0947b71f841d30d9d083c"

company_id
string
required

The Specter company ID of the issuing company. Use with Get company by ID to fetch the full company record.

Example:

"5fc743c1bf7e53924df4359d"

company_name
string
required

The issuing company's name.

Example:

"Hamilton Beach Brands Inc."

company_domain
string | null

The issuing company's primary domain, if known.

Example:

"hamiltonbeachbrands.com"

stock_exchange_symbol
string | null

The exchange the company listed on (lowercase, e.g. nasdaq, nyse).

Example:

"nyse"

stock_symbol
string | null

Ticker symbol of the company.

Example:

"HBB"

went_public_on
string<date> | null

Date the company went public (YYYY-MM-DD).

Example:

"2017-09-29"

share_price_usd
number | null

Initial offering share price in USD.

Example:

22

valuation_price_usd
number | null

Implied valuation at listing in USD.

Example:

1192737304

money_raised_usd
integer | null

Total proceeds from the offering in USD.

Example:

101200000