EBITDA
简述
返回EBITDA,EBIT+新增折旧,EBIT为息税前利润。
EBITDA (RDate:Integer;type:Integer):Real
名称 | 类型 | 说明 |
---|
RDate | Integer | 报告期。 |
Type | Integer | 用户自定义,EBIT计算方法
显示名 |
取值 |
营业利润+利息费用 |
1 |
净利润+所得税+利息费用 |
2 |
利润总额+利息费用 |
3 |
|
返回 | Real | 实数 |
//指定2017三季报,取万科A的EBITDA
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:=EBITDA (20170930,3);
return v;
//结果:22227725019.01