Skip to content
HK IPO

Get IPO Timeline

Get IPO Timeline.

Request parameters

  • Required: counter_id (Counter ID)
  • Optional: market (Market), account_channel (Account Channel), flag (Flag)
  • See each field for its format, allowed values, and business meaning.

Result

Returns the query result; see the 200 response schema for the fields.

GEThttps://b-api.lbkrs.com/stock-info/ipo-timeline

Production: https://b-api.lbkrs.com · Test: https://b-api.longbridge.xyz

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Permission

No dedicated permission key. Any authenticated Broker ACCESS_TOKEN with access to this scope can call it.

Parameters

counter_idstringRequired

This field is required.

marketstring
account_channelstring
flaginteger

Responses

HTTP 200The request was processed successfully. data is the subscription timeline for the counter.
Standard response envelopecodemessagedata
dataobjectdata structure
timelinearray<object>

Timeline Nodes.

Child attributes
namestring

Name.

lightboolean

Light.

timestring

Time.

descstring

Description.

can_subscribeboolean

Can Subscribe.

pay_end_datestring

Pay End Date.

beginboolean

Begin.

tagsarray<string>

Tags.

issue_pricestring

Issue Price.

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs