TotalAssetsAvg
简述
平均资产总额,与系统参数(证券代码)相关
TotalAssetsAvg(reportdate:Integer):Real
名称 | 类型 | 说明 |
---|
reportdate | Integer | 整数。报告期 |
返回 | Real | 实数。平均资产总额。 |
(期初资产总额+期末资产总额)/2
//"SZ000001"在20200930的平均资产总额
SetSysParam(pn_stock(),"SZ000001");
return TotalAssetsAvg(20200930);
//结果:4142995500000