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