# 股票 / 转融通证券出借交易 ## `stockGetRefinancingLendData(stock_id, beg_t, end_t, limite, dtype)` 获取指定区间指定期限转融通证券出借交易数据。 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------------------- | | `stock_id` | string | 字符串。证券代码 | | `beg_t` | datetime | 日期。开始时间 | | `end_t` | datetime | 日期。截止时间 | | `limite` | int | 整数。期限 | | `dtype` | int | 用户自定义。数据类型,取值如下: | 返回:array ## `Stock_RefinancingLendVol(limite)` 指定日指定期限的出借数量,与系统参数(证券代码,时间)相关 | 参数 | 类型 | 说明 | | -------- | ---- | --------- | | `limite` | any | 整型,期限 | 返回:float ## `Stock_RefinancingLendVolQJ(begt, endt, limite)` 区间指定期限的出借数量,与系统参数(证券代码)相关 | 参数 | 类型 | 说明 | | -------- | -------- | ------------- | | `begt` | datetime | 日期,开始时间 | | `endt` | datetime | 日期,截止时间 | | `limite` | any | 整型,期限 | 返回:float