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