港股股本(hk_share_stru/hk_share_stru) 在线调试

获取港股的具体股本结构信息

网关地址

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

URL

https://sandbox.hscloud.cn/gildatahk/v1/hk_share_stru/hk_share_stru

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
en_prod_code String 00001.HK 证劵代码
聚源股票代码,根据交易代码和交易市场组合而成,如00700.HK,支持输入多个股票代码。
end_date String 截止日期
截止日期
unit Integer 10 0 单位
{"股":"0","十股":"1","百股":"2","千股":"3","万股":"4","十万股":"5","百万股":"6","千万股":"7","亿股":"8","十亿股":"9"}
fields String 字段集合

返回参数

参数名 类型 最大长度 默认值 中文名 描述
prod_code String 00001.HK 证劵代码
聚源股票代码,根据交易代码和交易市场组合而成,如00700.HK,支持输入多个股票代码。
end_date String 截止日期
paid_up_shares_com_share Float 16.2 普通股
普通股
paid_up_shares_pre_share Float 16.2 优先股
优先股
total_listed_shares Float 16.2 港股
港股
listed_shares_ratio Float 16.2 港股占普通股比例
港股占普通股比例
non_listed_shares_ratio Float 16.2 非港股占普通股比例
非港股占普通股比例
authorized_share_ratio Float 16.2 优先股占总股本比例
优先股占总股本比例
not_hk_shares Float 16.2 非港股
非港股
com_share_ratio Float 16.2 普通股占总股本比例
普通股占总股本比例
total_shares Integer 16 总股本
总股本(含优先股)

请求示例

/gildatahk/v1/hk_share_stru/hk_share_stru?en_prod_code=00003.HK&enddate=2017-11-14&unit=0

正确返回示例

{"data":[{"PaidUpSharesComShare":"13987646483.00","TotalListedShares":"13987646483.00","ListedSharesRatio":"100","ComShareRatio":"100","TotalShares":"13987646483.00","PaidUpSharesPreShare":"","NonListedSharesRatio":"","AuthorizedShareRatio":"","NotHKShares":""}]}