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

CashFlowSheetQk    

简述
指定报告期的现金流量表
定义
CashFlowSheetQk(StockID:String;EndT:TDateTime;MergeOrParent:Integer):Array;
参数
名称类型说明
StockIDString股票代码
EndTTDateTime截止日
MergeOrParentInteger现金流量表的类型
ID 含义
0 合并现金流量表
1 母公司现金流量表
返回Array返回指定报告期的现金流量表
  • 范例


    EndT := 20021231;
    return CashFlowSheetQk("SZ000001",EndT,0);

    //返回平安2002年的合并现金流量表

    结果:
相关