IPO上市首日表现(astock/invest_divid/ipo_performance) 在线调试

统计新股上市首日行情表现,支持同时输入多个股票代码。

网关地址

沙箱环境调用地址: https://sandbox.hscloud.cn
数据核查类生产调用地址: https://api.hscloud.cn
仿真业务接口生产调用地址: https://vopen.hscloud.cn
其余生产调用地址: https://open.hscloud.cn

URL

https://sandbox.hscloud.cn/gildataastock/v1/astock/invest_divid/ipo_performance

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
en_prod_code String 证劵代码
聚源股票代码,根据交易代码和交易市场组合而成,如上交所600000.SH,深交所000001.SZ
unit Integer 0 单位
{"股":"0","十股":"1","百股":"2","千股":"3","万股":"4","十万股":"5","百万股":"6","千万股":"7","亿股":"8","十亿股":"9"}
fields String 字段集合

返回参数

参数名 类型 最大长度 默认值 中文名 描述
prod_code String 证劵代码
聚源股票代码,根据交易代码和交易市场组合而成,如上交所600000.SH,深交所000001.SZ
outstanding_shares Float 本次上市流通股数
over1000_shares_num Float 持1000股以上股东户数(户)
first_open_px String 首日开盘价
first_high_px String 首日最高价
first_low_px Float 上市首日最低价
first_close_px String 首日收盘价
first_avg_px Float 上市首日成交均价
first_business_amount Float 上市首日成交量
first_business_balance Float 上市首日成交额
first_px_change_rate Float 上市首日涨跌幅
first_turnover_ratio String 首日换手率
secu_market String 上市地点

请求示例

/gildataastock/v1/astock/invest_divid/ipo_performance?en_prod_code=600000.SH

正确返回示例

{"data":[{"first_avg_px":"20.17","first_business_amount":"7204181.00","first_business_balance":"145332638.00","first_close_px":"19.95","first_high_px":"20.78","first_low_px":"19.88","first_open_px":"20.00","first_px_change_rate":"28.46","first_turnover_ratio":"42.38","outstanding_shares":"17000000.00","over1000_shares_num":"","prod_code":"600570.SH","secu_market":"上海证券交易所"}]}