天软金融分析.NET函数大全
>
金融函数
>
财务分析
>
扩展基本面数据
ReportNew
复制链接
简述
返回报告期数据,支持金融类
定义
ReportNew(id;RDate)
参数
名称
类型
说明
Id
integer
基本面,基本面ID
RDate
integer
报告期
返回
real
实数
范例
报告期数据
//例如取万科A 2017年三季报的营业收入
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
return ReportNew(46002,20171231);
//结果:242897110250.52
相关
ReportPerShareOfAll
ReportOfMulti
LastYearData
ReportNew
ReportOfEndT
ReportOfBetween
LastBasicData
RDateHBGrowRatio
QuarterTBGrowRatio
LastYearTBGrowRatio
BasicInfoExt
Last12MDataType
QuarterHBGrowRatio
LastQuarterDataType
Last12MTBGrowRatio
ReportForExcel
Last12MHBGrowRatio
Baseofall
InfoArrayOfAll
RDateTBGrowRatio
中间函数