FIIn12MonthGrowRatio
简述
最近12个月财务数据同比增长率(%);
最近12个月财务数据同比增长率(%)=最近12个月的InfoId财务数据/去年同期最近12个月的InfoId财务数据。
FIIn12MonthGrowRatio(RDate:Integer;InfoId:Integer):Real
名称 | 类型 | 说明 |
---|
RDate | Integer | 整数,报告期; |
InfoId | Integer | 整数,基本面id。 |
返回 | Real | 实数,最近12个月财务数据同比增长率(%)。 |
//指定2011年报,取万科A的最近12个月净利润同比增长率(%)
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:= FIIn12MonthGrowRatio(20111231,46033);
return v;
//结果:31.22