ReportForExcel
简述
返回Excel中调用的财务数据,可接收单个报告期,可接收多个报告期
ReportForExcel(RDate:Integer;ID:Integer;ReturnType:Integer):Real
名称 | 类型 | 说明 |
---|
RDate | Integer | 报告期。 |
ID | Integer | 基本面,数据ID |
ReturnType | Integer | 用户自定义,返回类型
显示名 |
取值 |
报告期数据 |
0 |
最近12个月数据 |
1 |
季度数据 |
2 |
最新年度数据 |
3 |
|
返回 | Real | 实数 |
//指定2017三季报,取万科A的营业收入
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:= ReportForExcel (20170930,46002,0);
return v;
//结果:117100503696.73