股票限售解禁统计(按月统计)(restricted_total_by_month) 在线调试

按月纬度统计全市场解禁股市总市值及新增可售A股总股数

网关地址

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

URL

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

是否需要业务登录

HTTP请求方式

GET

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
page_no Integer 10 1 页面编号
若不送,默认为1
page_count Integer 10 10 页内记录数
若不送,默认为10,最大一次查询200条
query_date Integer 200 查询日期
格式"2015-12"或者"201512" 查询开始年月,如果不送,默认开始年月为当年当月
fields String 200 字段集合
支持多参数,各个参数之间以逗号相隔,如有重复,重复参数将被去除 说明:该输入字段可以指定输出字段 不送默认输出全部字段

返回参数

参数名 类型 最大长度 默认值 中文名 描述
lift_date Integer 解禁日期
解禁日
lift_year_month String 解禁起始年月
解禁起始年月
total_lift_amount String 解禁股票数
解禁股票数
total_marketable_value String 解禁股市总值(万元)
解禁股市总值(万元)
total_new_marketable_ashares String 新增可售A股总股数(万股)
新增可售A股总股数(万股)

请求示例

/info/v3/restricted_total_by_month

正确返回示例

{"data":[{"lift_date":"01","lift_year_month":"2018-03","total_lift_amount":"2","total_marketable_value":"150924.44","total_new_marketable_ashares":"4840.26"},{"lift_date":"02","lift_year_month":"2018-03","total_lift_amount":"9","total_marketable_value":"1183115.71","total_new_marketable_ashares":"89443.77"},{"lift_date":"05","lift_year_month":"2018-03","total_lift_amount":"4","total_marketable_value":"504278.66","total_new_marketable_ashares":"50217.30"},{"lift_date":"06","lift_year_month":"2018-03","total_lift_amount":"5","total_marketable_value":"554610.07","total_new_marketable_ashares":"23898.02"},{"lift_date":"07","lift_year_month":"2018-03","total_lift_amount":"7","total_marketable_value":"832254.62","total_new_marketable_ashares":"30484.83"},{"lift_date":"08","lift_year_month":"2018-03","total_lift_amount":"3","total_marketable_value":"110742.02","total_new_marketable_ashares":"3862.82"},{"lift_date":"09","lift_year_month":"2018-03","total_lift_amount":"7","total_marketable_value":"649068.15","total_new_marketable_ashares":"55514.14"},{"lift_date":"12","lift_year_month":"2018-03","total_lift_amount":"15","total_marketable_value":"3394761.33","total_new_marketable_ashares":"169252.81"},{"lift_date":"13","lift_year_month":"2018-03","total_lift_amount":"6","total_marketable_value":"321236.50","total_new_marketable_ashares":"40888.75"},{"lift_date":"14","lift_year_month":"2018-03","total_lift_amount":"8","total_marketable_value":"2119599.08","total_new_marketable_ashares":"86685.20"}]}