Skip to main content
POST
Stock IPO Calendar HK

查询香港股票 IPO 日历

URL: /v1/stock/ipo-calendar-hk
方法: POST
描述: 根据状态查询香港股票 IPO 日历信息。

请求参数

响应参数

data 对象结构

IPO 项目对象结构

公告对象结构

示例代码

cURL 示例

Python 示例

响应示例

注意事项

  • status 参数值
    • Priced - 已定价的 IPO
    • Hearing - 正在聆讯中的 IPO
    • Filing - 正在申请中的 IPO
  • 时间格式:所有日期时间字段使用 ISO 8601 格式,包含时区信息
  • sortTime:毫秒级时间戳,用于排序
  • 公告文件notice_report_content_url 提供 PDF 文件的下载链接

Authorizations

Authorization
string
header
required

Enter your Bearer token

Body

application/json

Input schema for StockIPOCalendarHKTool

status
enum<string>
required

IPO status: Priced, Hearing, or Filing

Available options:
Priced,
Hearing,
Filing
Example:

"Hearing"

Response

Successful Response

Generic response wrapper from stock API

status
integer

HTTP status code

code
integer

Response code (0 for success)

message
string

Response message

data
Data · object

Response data (structure varies by endpoint)