# longbridge ipo

Track IPO listings, manage subscriptions, and review your IPO order history and profit/loss.

## Subcommands

| Subcommand | Description |
|---|---|
| `subscriptions` | HK IPOs currently in filing or subscription stage |
| `wait-listing` | HK IPOs in wait-listing (grey market) stage |
| `listed` | Recently listed HK IPOs |
| `calendar` | Full IPO calendar (HK + US) |
| `detail` | Profile and timeline for a specific IPO symbol |
| `orders` | Your IPO order history |
| `profit-loss` | Your IPO profit/loss summary |
| `us-subscriptions` | US IPOs currently in subscription stage |
| `us-wait-listing` | US IPOs in wait-listing stage |
| `us-listed` | Recently listed US IPOs |

## Examples

### IPO calendar

```bash
longbridge ipo calendar
```

```
── HK ──
| name       | symbol  | state   | sub_date   | sub_end_date | ipo_date   |
|------------|---------|---------|------------|--------------|------------|
| 翼菲科技   | 6871.HK | pending | 2026-05-07 | 2026-05-13   | 2026-05-17 |
| 英派药业-B | 7630.HK | pending | 2026-05-04 | 2026-05-08   | 2026-05-12 |

── US ──
| name                       | symbol  | state   | ipo_date   |
|----------------------------|---------|---------|------------|
| Odyssey Therapeutics, Inc. | ODTX.US | pending | 2026-05-08 |
```

Shows the upcoming IPO schedule across HK and US markets.

### Active subscriptions

```bash
longbridge ipo subscriptions
```

Lists HK IPOs currently open for subscription, including entrance fee, estimated subscription amount, financing rate, and max leverage.

### Wait-listing (grey market)

```bash
longbridge ipo wait-listing
```

Lists HK IPOs that have closed subscription and are waiting for listing, with the indicative issue price range.

### Recently listed

```bash
longbridge ipo listed
```

Shows recently listed IPOs with issue price, last price, and performance since IPO.

### IPO detail

```bash
longbridge ipo detail 6871.HK
```

Shows the full IPO profile and listing timeline for a specific symbol.

### Your IPO orders

```bash
longbridge ipo orders
# Filter by status: 0=all, 1=subscribed, 2=debit-failed, 3=not-won, 4=won, 5=cancelled
longbridge ipo orders --status 4
# View detail for a specific order
longbridge ipo orders detail 2452504
```

Lists your active and historical IPO subscription orders. Use `orders detail <id>` for full order details.

### Profit/loss summary

```bash
longbridge ipo profit-loss
# Filter by period: 1m | 3m | 6m | 1y | all
longbridge ipo profit-loss --period 1y
```

Shows your IPO subscription profit/loss summary and per-stock breakdown for a given period.

## Requirements

OAuth account permission required for `orders` and `profit-loss`. See the [account permission setup](/docs/trade/) guide.