Last12MTBGrowRatio
简述
返回最近12个月同比,本报告期最近12个月财务数据与去年同报告期最近12个月度财务数据比较
Last12MTBGrowRatio(RDate:Integer;ID:Integer;ResultType:Integer):Real
名称 | 类型 | 说明 |
---|
RDate | Integer | 报告期。 |
ID | Integer | 基本面,数据ID |
ResultType | Integer | 用户自定义,返回类型
|
返回 | Real | 实数 |
//指定2017三季报,取万科A最近12个月同比
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:= Last12MTBGrowRatio(20170930, 9900000,1);
return v;
//结果:22.14