Get company IPOs
What it does
Returns a paginated list of IPOs for the company. Most companies will have zero or one IPO; dual-listed or re-listed companies may have more than one.
Why you’d use it
Detect whether a company is publicly traded and on which exchange, and enrich historical listing details on demand.
Key behaviours
- Results are ordered by
went_public_ondescending, with nulls last. - If the company does not exist, the endpoint returns 404 Not Found.
- If the company exists but has no IPOs, the endpoint returns
200 OKwith an empty array — not 404.
The maximum limit for this endpoint is 1000.
This endpoint uses 1 credit per request.
Documentation Index
Fetch the complete documentation index at: https://api.tryspecter.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The ID of the company being requested
Query Parameters
The number of results to return, default is 50.
The page number of results to return, base 0, default is 0.
Response
A page of IPOs for the company.
The Specter ID for this IPO. Stable across deliveries and usable on GET /ipos/{ipo_id}.
"ipo_5f3a2b1c4d5e6f7a8b9c0d1e"
The Specter company ID of the issuing company. Use with GET /companies/{companyId} to fetch the full company record.
"1a2b3c4d5e6f1a2b3c4d5e6f"
The issuing company's name.
"ListedCo"
The issuing company's primary domain, if known.
"listed.example"
The exchange the company listed on (lowercase, e.g. nasdaq, nyse).
"nasdaq"
Ticker symbol of the company.
"LSTC"
Date the company went public (YYYY-MM-DD).
"2024-04-18"
Initial offering share price in USD.
42.5
Implied valuation at listing in USD.
5000000000
Total proceeds from the offering in USD.
750000000