港股年行情卖空成交指标(hk_quote_index/hk_yearly_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_yearly_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 字段集合

返回参数

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

请求示例

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

正确返回示例

{"data":[{"STShortAmt_Y":"1624305980.00","STShortShares_Y":"383670000.00","STCurrency_Y":"港元"}]}