港股首发日期进程(hk_ipo/hk_ipo_process) 在线调试

获取港股首发日期进程的数据,如首发上市日期、招股章程发布日 、申购起始日 、招股截止日 、定价日、发行结果公告日 等

网关地址

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

URL

https://sandbox.hscloud.cn/gildatahk/v1/hk_ipo/hk_ipo_process

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
en_prod_code String 证劵代码
聚源股票代码,根据交易代码和交易市场组合而成,如00700.HK,支持输入多个股票代码。
fields String 字段集合

返回参数

参数名 类型 最大长度 默认值 中文名 描述
en_prod_code String 证劵代码
聚源股票代码,根据交易代码和交易市场组合而成,如00700.HK,支持输入多个股票代码。
initial_info_publ_date String 首发上市日期
首发上市日期
prospectus_publ_date String 招股章程发布日
招股章程发布日
apply_start_date String 申购起始日
申购起始日
issue_result_publ_date String 发行结果公告日
发行结果公告日
issue_end_date String 招股截止日
招股截止日
pricing_date String 定价日
定价日

请求示例

/gildatahk/v1/hk_ipo/hk_ipo_process?en_prod_code=08056.HK

正确返回示例

{"data":[{"InitialInfoPublDate":"2016-07-27","ProspectusPublDate":"","ApplyStartDate":"","IssueResultPublDate":"2016-08-04","IssueEndDate":"","PricingDate":"2016-07-29"}]}