Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/financial_report/fund-dividend.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

755 B

金融报表分析 / 04.基金 / 4.05分红

fund_profitDistribution()

声明:function

返回指定基金的分红数据,与系统参数(证券代码)相关

返回:array

示例

范例01:返回OF340001的分红数据

Setsysparam(pn_stock(), 'OF340001');

Return Fund_ProfitDistribution();
// 输出:OF340001的分红数据

tsWeb_fund_unitsAndHoldersDDShareSplit(fundid, begt, endt)

声明:function

基金-份额及持有人-分红送配-份额拆分-份额拆分

参数 类型 说明
fundid string 证券,基金代码
begt datetime 日期,开始日期
endt datetime 日期,截止日期

返回:array