历史资金证券流水查询(balancestockhis_qry) 在线调试

支持30天的资金流水信息查询。

网关地址

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

URL

https://sandbox.hscloud.cn/secu/v1/balancestockhis_qry

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
start_date String 开始日期
end_date String 截止日期
position_str String 100 定位串
空格,表示取第一页
request_num Integer 10 50 请求行数

返回参数

参数名 类型 最大长度 默认值 中文名 描述
serial_no Integer 8 流水序号
business_date Integer 8 成交日期
business_name String 16 业务名称
occur_balance Float 16.2 发生金额
post_balance Float 16.2 后资金额
money_type String 3 币种类别

【限制字典子项:1-美 元
0-人民币
2-港 币】

数据字典(122)

occur_amount Integer 10 发生数量
position_str String 100 定位串

正确返回示例

{
    "data": [
        {
            "business_name": "证券买入",
            "stock_name": "恒生电子",
            "post_balance": "4988723.35",
            "position_str": "20200827000220000000007",
            "money_type": "0",
            "business_date": "20200827",
            "stock_code": "600570",
            "serial_no": "7",
            "occur_amount": "100.00",
            "occur_balance": "-10876.17"
        }
    ]
}