IPO Detail
ipo_detailRetrieve comprehensive IPO details for any symbol: company profile, offering timeline, subscription eligibility, pricing range, lot size, and allotment rules.
Instructions
Show IPO detail for a symbol. Returns profile (business overview), timeline[]{event, date}, subscription eligibility, pricing_range, lot_size, allotment_rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Security symbol, e.g. "6871.HK" or "ARM.US" | |
| market | No | Market: "HK" or "US" (default: inferred from symbol suffix) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Business overview / profile payload (passthrough, shape upstream-defined). | |
| timeline | No | Timeline events. The upstream payload may wrap this differently; the documented portion is a list of `{event, date}` entries. | |
| eligibility | No | Subscription eligibility payload (passthrough, shape upstream-defined). |