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