What it does
Returns a single IPO record by its Specter IPO ID, including the issuing company’s Specter company ID and primary domain so you can chain to GET /companies/{companyId} for the full company record.
Why you’d use it
Enrich a known listing in your CRM or data warehouse, or follow up on a reference returned by GET /companies/{companyId}/ipos.
Key behaviours
Path param: ipoId (Specter IPO ID, prefix ipo_) is required.
Response: a single PublicIpo object.
Many IPO fields are nullable when the underlying disclosure was not available (e.g. private listings without published share price).
Not found: returns 404 Not Found if no IPO with that ID exists.
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.
The Specter IPO ID (e.g. ipo_5f3a2b1c4d5e6f7a8b9c0d1e).
A single IPO.
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