Skip to main content
GET
Get IPO by ID

Authorizations

X-API-Key
string
header
required

Path Parameters

ipoId
string
required

The ID of the IPO being requested (e.g. ipo_5f3a2b1c4d5e6f7a8b9c0d1e).

Response

A single IPO.

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