FinancialIndexGrow_Call
简述
返回财务指标同比增长率
FinancialIndexGrow_Call(ReportDate:Integer;InfoIDArr:Array;Type:Integer):Real
名称 | 类型 | 说明 |
---|
ReportDate | Integer | 报告期; |
InfoIDArr | Array | 基本面数据,基本面。 |
Type | Integer | 用户自定义,类型
|
返回 | Real | Real |
//返回万科A2017年年报同比增长率
setsysparam(pn_stock(),"SZ000002");
return FinancialIndexGrow_Call(20171231,array(46033),0);
//结果:31.25