Stock IPO Calendar CN
日历数据
IPO Calendar CN
Retrieve the China A-share (SH/SZ/BJ) IPO calendar, including issue shares, issue price, issue PE, listing dates, online issue dates, and current status. All filters are optional.
POST
Stock IPO Calendar CN
查询 A 股 IPO 日历
URL:/v1/stock/ipo-calendar-cn方法:
POST描述: 根据市场、日期范围和状态查询 A 股(沪深北)IPO 日历信息。所有参数均为可选。
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| market | string | 否 | 股票市场:SH(沪市)、SZ(深市)、BJ(北交所)。默认全部 |
| start_date | string | 否 | 开始日期(YYYY-MM-DD) |
| end_date | string | 否 | 结束日期(YYYY-MM-DD) |
| status | string | 否 | IPO 状态:listed(已上市)、delisted(已退市)、currently_issuing(发行中)、deferred_issuance(暂缓发行)、issuance_complete(发行完成)。默认全部 |
响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| status | integer | HTTP 状态码 |
| code | integer | 业务状态码 |
| message | string | 响应消息 |
| data | object | 响应数据 |
data 对象结构
| 参数名 | 类型 | 描述 |
|---|---|---|
| items | array | IPO 项目列表 |
IPO 项目对象结构
| 参数名 | 类型 | 描述 |
|---|---|---|
| symbol | string | 股票代码 |
| name | string | 公司名称 |
| status | string | IPO 状态 |
| market | string | 市场:SH / SZ / BJ |
| issue_shares | integer | 发行股数 |
| issue_price | number | 发行价格 |
| list_date | string | 上市日期(ISO 8601) |
| issue_pe | number | 发行市盈率 |
| online_issue_date | string | 网上发行日期(ISO 8601) |
| online_issue_shares | integer | 网上发行股数 |
| currency | string | 币种(如 CNY) |
| sortTime | integer | 排序时间戳(毫秒) |
示例代码
cURL 示例
Python 示例
响应示例
注意事项
- market 参数值:
SH- 上海证券交易所(沪市)SZ- 深圳证券交易所(深市)BJ- 北京证券交易所(北交所)- 不传则返回全部市场
- status 参数值:
listed- 已上市delisted- 已退市currently_issuing- 发行中deferred_issuance- 暂缓发行issuance_complete- 发行完成- 不传则返回全部状态
- 时间格式:
list_date、online_issue_date等日期时间字段使用 ISO 8601 格式,包含时区信息 - sortTime:毫秒级时间戳,用于排序
Authorizations
Enter your Bearer token
Body
application/json
Input schema for StockIPOCalendarCNTool
Stock market: SH, SZ, or BJ. Default all
Available options:
SH, SZ, BJ Example:
"SH"
Start date (YYYY-MM-DD)
Example:
"2026-01-01"
End date (YYYY-MM-DD)
Example:
"2026-06-20"
IPO status: listed, delisted, currently_issuing, deferred_issuance, issuance_complete. Default all
Available options:
listed, delisted, currently_issuing, deferred_issuance, issuance_complete Example:
"listed"
