Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/equity/refinancing_lending.md
T
csh c0bf0358e0 📝 docs(tsl): sync api skill with corrected codegen
Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index.

Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
2026-07-07 16:47:03 +08:00

1.2 KiB

股票 / 转融通证券出借交易

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