Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/financial/stock-executive_shareholding_changes-intermediate.md
T
csh 9010829c6d feat(tsl-api-reference): expand and reorganize api catalog
Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references.

Keep the existing generated index without rebuilding after signature normalization.
2026-08-10 18:26:24 +08:00

1.2 KiB
Raw Blame History

金融 / 股票 / 董监高持股变动 / 中间函数

stockDSSOHoldChangeDataQJ(stock_id, beg_t, end_t, vtype, rtype, dtype, ctype, holder_name)

声明:function

获得指定区间指定证券董监高不同变动类型下持股数量、金额、市值、比率等指标 当BegT=EndT时,可获得指定日数据

参数 类型 说明
stock_id string 证券,证券代码
beg_t datetime 日期,开始日期
end_t datetime 日期,截止日期
vtype int 用户自定义,变动原因
rtype int 用户自定义,与关联董监高关系
dtype int 用户自定义,数据类型
ctype int 用户自定义,计算方式
holder_name string 字符串,股东名称

返回:float

示例

范例01"SZ000001"在20210902全部董监高持股增持数量

// "SZ000001"在20210902全部董监高持股增持数量

return StockDSSOHoldChangeDataQJ("SZ000001", 20210902T, 20210902T, 0, 0, 0, 0);
// 输出:95000