港股区间行情卖空指标(hk_quote_index/hk_section_quote_short) 在线调试

获取港股区间行情中的卖空指标,比如货币、区间成交量、区间成交额。

网关地址

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

URL

https://sandbox.hscloud.cn/gildatahk/v1/hk_quote_index/hk_section_quote_short

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

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

返回参数

参数名 类型 最大长度 默认值 中文名 描述
prod_code String 证劵代码
聚源股票代码,根据交易代码和交易市场组合而成,如00700.HK,支持输入多个股票代码。
begin_date Integer 起始日期
起始交易日期
end_date String 截止日期
截止交易日期
interval_short_balance Float 16.2 区间成交额
区间成交额
interval_short_amount Float 16.2 区间成交量
区间成交量
currency_name String 货币
货币

请求示例

/gildatahk/v1/hk_quote_index/hk_section_quote_short?en_prod_code= 00322.HK&begin_date= 2017-10-20&end_date= 2017-11-20&unit=0

正确返回示例

{"data":[{"STShortAmt_R":"154434520.00","STShortShares_R":"12270000.00","STCurrency_R":"港元"}]}