Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/financial/stock-restricted_share_unlock-intermediate.md
T

1.0 KiB
Raw Blame History

金融 / 股票 / 限售解禁 / 中间函数

stock_getRestrictedBanData(stock_id, end_t)

声明:function

获取指定日限售解禁数据

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

返回:array

示例

范例01"SZ002327"在20220905的限售解禁数据

// "SZ002327"在20220905的限售解禁数据

return Stock_GetRestrictedBanData("SZ002327", 20220905T);

stocks_getRestrictedBanData(stock_arr, vtype)

声明:function

返回限售解禁扩展取数

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

返回:array