港股回购(hk_buyback/hk_buyback) 在线调试

获取港股回购的数据,如最新公告日期、回购股份类别、面值单位 、面值 、最高价 、最低价 、本年累计回购金额 、本年累计回购数量 等

网关地址

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

URL

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

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

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

返回参数

参数名 类型 最大长度 默认值 中文名 描述
prod_code String 证劵代码
聚源股票代码,根据交易代码和交易市场组合而成,如00700.HK,支持输入多个股票代 码。
high_price Float 16.2 最高价
最高价
low_price Float 16.2 最低价
最低价
par_value Float 面值
面值
cumulative_sum_to_ts Float 16.2 本年累计回购数量占总股本的比例
本年累计回购数量占总股本的比例
share_type String 份额分类
回购股份类别

数据字典(1215)

currency_unit Float 面值单位
面值单位
buyback_money Float 16.2 本年累计回购金额
本年累计回购金额
buyback_sum Float 16 回购数量
本年累计回购数量
end_date String 截止日期
最新公告日期

请求示例

/gildatahk/v1/hk_buyback/hk_buyback?en_prod_code=03368.HK&year= 2016&unit=0

正确返回示例

{"data":[{"HighPrice":"0.98","LowPrice":"0.80","ParValue":"0.02","CumulativeSumToTS":"0.56","ShareType":"普通股","ParValueUnit":"港元","BuybackMoney":"33290156.06","CumulativeSum":"14708500.00","EndDate":"2016-12-30"}]}