RDateHBGrowRatio
简述
返回报告期环比,报告期环比仅限时点数据指标,如资产负债表里的指标
RDateHBGrowRatio(RDate:Integer;ID:Integer;ResultType:Integer):Real
名称 | 类型 | 说明 |
---|
RDate | Integer | ,报告期。 |
ID | Integer | 基本面,数据ID |
ResultType | Integer | 用户自定义,返回类型
|
返回 | Real | 实数 |
//指定2017三季报,取万科A的货币资金的报告期环比增长
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:=RDateHBGrowRatio(20170930,44002,1);
return v;
//结果:-12.28