上市相关巨潮
临时获取巨潮上市相关数据,默认不入库。
临时请求巨潮单股上市相关 webapi,默认不入库。
输入参数
| 参数 | 类型 | 必填 | 说明 | 默认值 |
|---|---|---|---|---|
code | string | 是 | 股票代码,支持 600030、600030.SH。 |
返回字段
| 字段 | 类型 | 说明 |
|---|---|---|
instrument_id | string | AxData 统一证券代码。 |
symbol | string | 六位证券代码。 |
exchange | string | 交易所代码:SSE、SZSE、BSE。 |
prospectus_announcement_date | date | 招股公告日期,格式 YYYYMMDD。 |
lottery_rate_announcement_date | date | 中签率公告日,格式 YYYYMMDD。 |
par_value | number | 每股面值,单位:元。 |
total_issue_shares | number | 总发行数量,单位/口径沿用巨潮源端。 |
nav_per_share_before_issue | number | 发行前每股净资产,单位:元。 |
diluted_pe | number | 摊薄发行市盈率。 |
raised_funds_net | number | 募集资金净额,金额单位/口径沿用巨潮源端。 |
online_issue_date | date | 上网发行日期,格式 YYYYMMDD。 |
listing_date | date | 上市日期,格式 YYYYMMDD。 |
issue_price | number | 发行价格,单位:元。 |
issue_expenses_total | number | 发行费用总额,金额单位/口径沿用巨潮源端。 |
nav_per_share_after_issue | number | 发行后每股净资产,单位:元。 |
online_lottery_rate | number | 上网发行中签率,源端百分比数值口径。 |
lead_underwriter | string | 主承销商。 |
调用示例
Python SDK
import axdata as ax
client = ax.AxDataClient()
rows = client.call(
"stock_ipo_summary_cninfo",
code='600030.SH',
)
HTTP API
POST /v1/request/stock_ipo_summary_cninfo
Content-Type: application/json
{
"params": {
"code": "600030.SH"
}
}
真实样例快照
展示插件接口目录里的固定 example.response,页面打开不会再次请求源端。
请求参数
{
"code": "600030.SH"
}
响应样例
| instrument_id | symbol | exchange | prospectus_announcement_date | lottery_rate_announcement_date | par_value | total_issue_shares | nav_per_share_before_issue | diluted_pe | raised_funds_net | online_issue_date | listing_date | issue_price | issue_expenses_total | nav_per_share_after_issue | online_lottery_rate | lead_underwriter |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 600030.SH | 600030 | SSE | 20021213 | 1.0 | 40000.0 | 1.67 | 15.0 | 175967.3375 | 20021217 | 20030106 | 4.5 | 4032.6625 | 2.11 | 0.282 | 广发证券股份有限公司 |
生成时间:2026-07-06T16:54:55+00:00