Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/equity/refinancing_detail.md
T
csh e1f7ce052c feat(skills): add tsl api reference skill
Bundle the TSL API index and markdown references under the skill, route TSL docs to use it, and update the codegen index generator to maintain the bundled data.
2026-07-07 16:36:15 +08:00

1.1 KiB

股票 / 转融券交易明细

stockGetTransferSecuritiesDetailData(stock_id, beg_t, end_t, limite)

获取指定区间指定期限转融券交易明细数据。

参数 类型 说明
stock_id string 字符串。证券代码
beg_t datetime 日期。开始时间
end_t datetime 日期。截止时间
limite int 整数。期限

返回:array

stockTransferSecuritiesDetailVol(limite)

指定日指定期限的融出数量,与系统参数(证券代码、时间)相关

参数 类型 说明
limite any 整型,期限

返回:float

stockTransferSecuritiesDetailVolQj(begt, endt, limite)

区间指定期限的融出数量,与系统参数(证券代码)相关

参数 类型 说明
begt datetime 日期,开始时间
endt datetime 日期,截止时间
limite any 整型,期限

返回:float