个股股权质押数据汇总(pledge_detention_sum) 在线调试

获取个股股权质押解押明细数据汇总以及所占总股本比例

网关地址

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

URL

https://sandbox.hscloud.cn/info/v3/pledge_detention_sum

是否需要业务登录

HTTP请求方式

GET

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
type String 200 类型
周期类型:1-六个月;2-一年;若不送,则默认值为“1”
secu_code String 20 股票代码
不支持多个,只能输入单代码,输入参数的代码必须以市场后缀结尾,例如 上海:SH,SS 深圳:SZ
page_no Integer 10 1 查询页数
若不送,默认为1
page_count Integer 10 10 每页条数
若不送,默认为10,最大一次查询200条
fields String 200 输出字段集
支持多参数,各个参数之间以逗号相隔,如有重复,重复参数将被去除 说明:该输入字段可以指定输出字段 不送默认输出全部字段

返回参数

参数名 类型 最大长度 默认值 中文名 描述
proportion_totalshares String 占总股本比例
占总股本的比例(单位%,保留两位小数),如果未取到默认值为"--"
info_publ_date String 200 公告日期
公告日期,如果未取到默认值为"--"
secu_code String 10 股票代码
股票代码,如果未取到默认值为"--"
secu_abbr String 10 股票简称
股票简称,如果未取到默认值为"--"
involved_sum_br_count String 200 前复权质押总量
前复权质押总量(取整数),如果未取到默认值为"--"

请求示例

/info/v3/pledge_detention_sum?page_no=1&state=1&secu_code=002143.SZ

正确返回示例

{"data":[{"info_publ_date":"2018-05-18","involved_sum_br_count":"1524941848","proportion_totalshares":"86.16","secu_abbr":"印纪传媒","secu_code":"002143.SZ"},{"info_publ_date":"2018-05-04","involved_sum_br_count":"1514941848","proportion_totalshares":"85.60","secu_abbr":"印纪传媒","secu_code":"002143.SZ"},{"info_publ_date":"2018-04-20","involved_sum_br_count":"1514941848","proportion_totalshares":"85.60","secu_abbr":"印纪传媒","secu_code":"002143.SZ"},{"info_publ_date":"2018-04-18","involved_sum_br_count":"1411133848","proportion_totalshares":"79.73","secu_abbr":"印纪传媒","secu_code":"002143.SZ"},{"info_publ_date":"2018-03-08","involved_sum_br_count":"1411133848","proportion_totalshares":"79.73","secu_abbr":"印纪传媒","secu_code":"002143.SZ"},{"info_publ_date":"2018-03-03","involved_sum_br_count":"1411133848","proportion_totalshares":"79.73","secu_abbr":"印纪传媒","secu_code":"002143.SZ"},{"info_publ_date":"2018-03-02","involved_sum_br_count":"1406333848","proportion_totalshares":"79.46","secu_abbr":"印纪传媒","secu_code":"002143.SZ"},{"info_publ_date":"2018-02-28","involved_sum_br_count":"1127635557","proportion_totalshares":"63.71","secu_abbr":"印纪传媒","secu_code":"002143.SZ"},{"info_publ_date":"2018-02-24","involved_sum_br_count":"1008595557","proportion_totalshares":"56.99","secu_abbr":"印纪传媒","secu_code":"002143.SZ"},{"info_publ_date":"2018-02-14","involved_sum_br_count":"979453997","proportion_totalshares":"55.34","secu_abbr":"印纪传媒","secu_code":"002143.SZ"}]}