Stock IPO Calendar HK
日历数据
IPO Calendar HK
Retrieve the latest Hong Kong IPO calendar, including subscription periods, listing dates, ipo names, temporary symbols, and current status
POST
Stock IPO Calendar HK
Documentation Index
Fetch the complete documentation index at: https://docs.reportify.cn/llms.txt
Use this file to discover all available pages before exploring further.
查询香港股票 IPO 日历
URL:/v1/stock/ipo-calendar-hk方法:
POST描述: 根据状态查询香港股票 IPO 日历信息。
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| status | string | 是 | IPO 状态:Priced(已定价)、Hearing(聆讯中)、Filing(申请中) |
响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| status | integer | HTTP 状态码 |
| code | integer | 业务状态码 |
| message | string | 响应消息 |
| data | object | 响应数据 |
data 对象结构
| 参数名 | 类型 | 描述 |
|---|---|---|
| items | array | IPO 项目列表 |
IPO 项目对象结构
| 参数名 | 类型 | 描述 |
|---|---|---|
| temporary_symbol | string | 临时股票代码 |
| symbol | string | 正式股票代码 |
| ipo_name | string | IPO 公司名称 |
| ipo_date | string | IPO 日期(ISO 8601) |
| sortTime | integer | 排序时间戳(毫秒) |
| notice_item_list | array | 公告列表 |
公告对象结构
| 参数名 | 类型 | 描述 |
|---|---|---|
| notice_type | string | 公告类型 |
| notice_date | string | 公告日期(ISO 8601) |
| notice_report_content_url | string | 公告文件 URL |
| notice_report_title | string | 公告标题 |
示例代码
cURL 示例
Python 示例
响应示例
注意事项
- status 参数值:
Priced- 已定价的 IPOHearing- 正在聆讯中的 IPOFiling- 正在申请中的 IPO
- 时间格式:所有日期时间字段使用 ISO 8601 格式,包含时区信息
- sortTime:毫秒级时间戳,用于排序
- 公告文件:
notice_report_content_url提供 PDF 文件的下载链接
Authorizations
Enter your Bearer token
Body
application/json
Input schema for StockIPOCalendarHKTool
IPO status: Priced, Hearing, or Filing
Available options:
Priced, Hearing, Filing Example:
"Hearing"
