Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/financial_report/stock-fundraising-ipo.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.1 KiB

金融报表分析 / 01.个股 / 1.12募集资金 / 1.12.01IPO

stocks_ipoGetData(stock_arr)

声明:function

返回指定证券列表发行上市数据

参数 类型 说明
stock_arr string 字符串类型,证券代码列表

返回:array

示例

范例01:指定证券列表发行上市数据

// 指定证券列表发行上市数据

StockArr := "SH688286;SH688408";

return Stocks_IPOGetData(StockArr);

stocks_ipoGetDataAndIndustry(stock_arr, industry_type)

声明:function

返回指定证券列表发行上市数据

参数 类型 说明
stock_arr string 字符串类型,证券代码列表
industry_type integer 整型,所属行业类型

返回:array

示例

范例01:指定证券列表发行上市数据

// 指定证券列表发行上市数据

StockArr := "SH688286;SH688408";

return Stocks_IPOGetDataAndIndustry (StockArr, 1);