Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/financial/option-exercise_settlement_info-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

483 B

金融 / 期权 / 行权交收信息 / 中间函数

optionESIGetdata(stock_id, end_t)

声明:function

指定日的行权交收信息

参数 类型 说明
stock_id string 字符串。股票代码
end_t t_date_time 日期。截止日期

返回:array

示例

范例01:调用 OptionESIGetdata

return OptionESIGetdata('SH510050', 20231227T);