港股日行情卖空成交指标(hk_quote_index/hk_daily_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_daily_quote_short

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

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

返回参数

参数名 类型 最大长度 默认值 中文名 描述
en_prod_code String 证劵代码
聚源股票代码,根据交易代码和交易市场组合而成,如00700.HK,支持输入多个股票代码。
trading_date String 交易日期
交易日期
short_balance Float 16 缺口资金
成交额
short_amount Integer 16 缺口数量
成交量
currency_name String 货币名称
货币

请求示例

/gildatahk/v1/hk_quote_index/hk_daily_quote_short?en_prod_code=00148.HK&trading_date=2017-11-20&unit=0

正确返回示例

{"data":[{"STShortAmt_D":"6529550.00","STShortShares_D":"145500.00","STCurrency_D":"港元"}]}