FundNAWLInfo
简述
取区间内每天的净值(详情),与系统证券pn_stock()相关。
FundNAWLInfo(BegT:Date;EndT:Date;Type:Integer):Array
名称 | 类型 | 说明 |
---|
BegT | Date | 开始日期 |
EndT | Date | 截止日期 |
Type | Integer | 返回类型
 |
返回 | Array | 数据表类型,区间净值(详情) |
//取华安创新2012年10月10日到2012年10月19日之间的单位净值和累计净值
Setsysparam(pn_stock(),'OF040001') ;
ReturnFundNAWLInfo(inttodate(20121010),inttodate(20121019),2);
结果:
