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

FundNSGrowRatio(BegT,EndT)    

简述
流通份额变比(%)      
定义
FundNSGrowRatio(BegT:Date,EndT:Date):Real
参数

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

返回:实数, 流通份额变比(%)
  • 范例:

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

相关