知识库 > 金融建模 > 公用函数 > 扩展函数 > .Net扩展函数 > 基金 > 份额结构

FundNSGrowValue(BegT,EndT)    

简述
流通份额变动      
定义
FundNSGrowValue(BegT:Date,EndT:Date):Real
参数

BegT:开始日期
EndT:截止日期

返回:实数,流通份额变动
  • 范例:

    //取华安创新2005年1月1日到2012年1月1日之间的流通份额变动
    Setsysparam(pn_stock(),'OF040001') ;
    Return FundNSGrowValue(inttodate(20050101),inttodate(20120101));
    //结果:7357481259.22       

相关