ProfitToFinancialExpenseRatio
简述
返回利息保障倍数,利息支付倍数= 息税前利润/财务费用
ProfitToFinancialExpenseRatio(ReportDate:Integer):Real
名称 | 类型 | 说明 |
---|
ReportDate | Integer | 报告期。 |
返回 | Real | 实数 |
//指定2017三季报,取万科A利息保障倍数
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:=ProfitToFinancialExpenseRatio(20170930);
return v;
//结果:16.5970371158227