天软金融分析.NET函数大全
>
金融函数
>
基本面
>
基本
>
报告期数据获取
>
最新
>
中间函数(向后兼容)
NewReportDate
复制链接
简述
向后兼容-最新报告期(按EPS判断),模型,是向后兼容的,最好不要使用
定义
NewReportDate(RDate:Integer):Integer;
参数
名称
类型
说明
RDate
Integer
报告期
返回
Integer
返回指定股票的最新报告期
范例
setsysparam(pn_Stock(),"SZ000002");
return NewReportDate(20111231);
//返回股票SZ000002的最新报告期
//结果:20111231
相关
NewReportDateOfEndT_new
NewReportDateOfYear
NewReportDateOfEndT
NewReportDate
NewReportDateOfYear_new