天软金融分析.NET函数大全 > 金融函数 > 基本面 > 基本 > 报告期数据获取 > 最新

ReportDateListOfNYear    

简述
最近N个会计年度(只取年度数据),与系统参数(证券代码)相关。
定义
ReportDateListOfNYear(EndT:TDateTime;N:Integer;InfoId:Integer):Array
参数
名称类型说明
EndTTDateTime日期。截止日期
NInteger整数。会计年度个数
InfoIdInteger整数。基本面ID
返回Array数组。最近N个会计年度(只取年度数据)。
  • 范例

    SetSysParam(PN_Stock(),'SZ000002');
    return ReportDateListOfNYear(20040227T,5,42002);

    结果:
相关