期货历史成交查询(businesshis_qry)

历史数据获取:通过查询的开始时间和结束时间,可支持30天的历史记录查询。该接口获得的数据可对该账户做投资分析。

URL

https://sandbox.hscloud.cn/futu/v1/businesshis_qry

是否需要业务登录

HTTP请求方式

GET,POST

支持格式

JSON

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
begin_date Integer 8 起始日期
end_date Integer 8 截止日期
futu_exch_type String 4 交易类别
futures_account String 12 交易编码
futu_code String 30 合约代码
sort_direction String 1 返回排序方式
0:正序;1:倒序
request_num Integer 10 请求行数
position_str String 100 定位串

返回参数

参数名 类型 最大长度 默认值 中文名 描述
init_date Integer 8 交易日期
serial_no Integer 8 流水序号
futu_exch_type String 4 交易类别
futures_account String 12 交易编码
futu_code String 30 合约代码
money_type String 3 币种类别

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

数据字典(122)

futures_direction String 1 开平仓方向
entrust_bs String 1 买卖方向
futu_business_price Float 12.6 成交价格
amount_per_hand Integer 10 合约乘数
business_time Integer 8 成交时间
business_amount Integer 10 成交数量
business_fare Float 16.2 成交手续费金额
drop_income Float 16.2 平仓盯市盈亏
drop_income_float Float 16.2 平仓浮动盈亏
business_id String 16 成交编号
position_str String 100 定位串

正确返回示例