v1
latestOpenAPI 3.0.02026-07-26166415635.8 KBIPO
Retrieve an IPO Offering
Returns a single IPO offering by offering_reference.
The offering_reference value matches the one delivered on the IPO Events Stream.
get/v1/ipos/{offering_reference}
Response
The requested IPO offering.
Example response
{
"data": {
"availability": "available",
"cusip_id": "123456789",
"ipo_reference": "FI111225",
"max_price": "42",
"min_price": "42",
"name": "Example Corp",
"offering_type": "IPO",
"ticker_symbol": "EXMP"
}
}