天软金融分析.NET函数大全 > 金融函数 > 基本面 > 区间报表 > 基金库

FinancialItemsQk    

简述
指定报告期的财务指标
定义
FinancialItemsQk(StockId:String;EndT:Integer):Array;
参数
名称类型说明
StockIDString基金代码
EndTInteger截止日
返回Array数据表,返回指定报告期的财务指标
  • 范例

    StockID := "SH500003";

    EndT := 20111231;
    return FinancialItemsQk(StockId,EndT);
    //返回”SH500003”2011年的财务指标

    结果:
相关