Skip to Content

IPO Calendar

Get upcoming and recent IPO listings with expected offer price and listing date.

CLI
longbridge finance-calendar ipo
longbridge finance-calendar ipo --market US

Parameters

SDK method parameters.

NameTypeRequiredDescription
startstringYESStart date, YYYY-MM-DD
endstringYESEnd date, YYYY-MM-DD
marketstringNOMarket filter: US, HK, SH, SZ. Omit for all.

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "date": "2026-04-30",
    "list": [
      {
        "date": "2026-05-05",
        "count": 1,
        "infos": [
          {
            "id": "12345",
            "symbol": "AAPL.US",
            "market": "US",
            "counter_name": "Apple Inc.",
            "event_type": "",
            "activity_type": "",
            "date": "2026-05-14",
            "datetime": "",
            "content": "",
            "star": 0,
            "currency": "",
            "icon": "",
            "chart_uid": "",
            "date_type": "",
            "financial_market_time": "",
            "data_kv": []
          }
        ]
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200SuccessCalendarEventsResponse
400Bad requestNone

Schemas

CalendarEventsResponse

NameTypeRequiredDescription
datestringfalseResponse date
listobject[]trueList of calendar date groups, see CalendarDateGroup

CalendarDateGroup

NameTypeRequiredDescription
datestringtrueDate
countintegerfalseNumber of events on this date
infosobject[]trueList of calendar events, see CalendarEventInfo

CalendarEventInfo

NameTypeRequiredDescription
idstringfalseEvent ID
symbolstringfalseSecurity symbol
marketstringfalseMarket
counter_namestringfalseSecurity name
event_typestringfalseEvent type
activity_typestringfalseActivity type
datestringfalseEvent date
datetimestringfalseEvent datetime
date_typestringfalseDate type
contentstringfalseEvent content description
currencystringfalseCurrency
starintegerfalseImportance rating (1-3)
iconstringfalseIcon URL
chart_uidstringfalseChart identifier
financial_market_timestringfalseFinancial market time
data_kvobject[]falseKey-value data pairs