Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/equity/lockup_release.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

4.6 KiB

股票 / 限售解禁

stockGetRestrictedBanData(stock_id, end_t)

获取指定日限售解禁数据。

参数 类型 说明
stock_id string 字符串。证券代码
end_t datetime 日期。截止日期

返回:array

stockRestrictedBanAndNrsPercent()

指定日解禁数量占未流通股本(解禁前)比例(%),与系统参数(证券代码,时间)相关

返回:float

stockRestrictedBanAndNrsPercentQj(begt, endt, v_type)

区间解禁数量占未流通股本(解禁前)比例(%),与系统参数(证券代码)相关

参数 类型 说明
begt datetime 日期,开始日期
endt datetime 日期,截止日期
v_type any 用户自定义,限售类型

返回:float

stockRestrictedBanAndRsPercent()

指定日解禁数量占流通股本(解禁前)比例(%),与系统参数(证券代码,时间)相关

返回:float

stockRestrictedBanAndRsPercentQj(begt, endt, v_type)

区间解禁数量占流通股本(解禁前)比例(%),与系统参数(证券代码)相关

参数 类型 说明
begt datetime 日期,开始日期
endt datetime 日期,截止日期
v_type any 用户自定义,限售类型

返回:float

stockRestrictedBanCirculateVol()

指定日实际可流通数量,与系统参数(证券代码,时间)相关

返回:float

stockRestrictedBanCirculateVolPercent()

指定日实际可流通数量占总股本比例(%),与系统参数(证券代码,时间)相关

返回:float

stockRestrictedBanCirculateVolQj(begt, endt, v_type)

区间实际解禁数量,与系统参数(证券代码)相关

参数 类型 说明
begt datetime 日期,开始日期
endt datetime 日期,截止日期
v_type any 用户自定义,限售类型

返回:float

stockRestrictedBanDate()

指定日最近的一个解禁日,与系统参数(证券代码,时间)相关 最近的未来的一个解禁日(包括当日)

返回:float

stockRestrictedBanFutureVol()

指定日未来解禁数量,与系统参数(证券代码,时间)相关

返回:float

stockRestrictedBanHistoryCirculateVol()

指定日历史实际解禁数量,与系统参数(证券代码,时间)相关

返回:float

stockRestrictedBanMv()

指定日解禁市值(单位:元),与系统参数(证券代码,时间)相关

返回:float

stockRestrictedBanMvqj(begt, endt, v_type)

区间解禁市值(单位:元),与系统参数(证券代码)相关

参数 类型 说明
begt datetime 日期,开始日期
endt datetime 日期,截止日期
v_type any 用户自定义,限售类型

返回:float

stockRestrictedBanType()

指定日限售类型,与系统参数(证券代码,时间)相关

返回:string

stockRestrictedBanVol()

指定日解禁数量,与系统参数(证券代码,时间)相关

返回:float

stockRestrictedBanVolPercent()

指定日解禁数量占总股本比例(%),与系统参数(证券代码,时间)相关

返回:float

stockRestrictedBanVolPercentQj(begt, endt, v_type)

区间解禁数量占总股本比例(%),与系统参数(证券代码)相关

参数 类型 说明
begt datetime 日期,开始日期
endt datetime 日期,截止日期
v_type any 用户自定义,限售类型

返回:float

stockRestrictedBanVolQj(begt, endt, vtype)

区间解禁数量,与系统参数(证券代码)相关

参数 类型 说明
begt datetime 日期,开始日期
endt datetime 日期,截止日期
vtype any 用户自定义,限售类型

返回:float

stocksGetRestrictedBanData(stock_arr, vtype)

限售解禁扩展取数

参数 类型 说明
stock_arr array 一维字符串数组,股票列表
vtype any 整数,限售类型

返回:array