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

NetAssetWeeklyList    

简述
基金资产净值周表
定义
NetAssetWeeklyList(FundId:String):Array;
参数
名称类型说明
FundIDString基金代码
返回Array返回基金资产净值周表
  • 范例


    return NetAssetWeeklyList("SZ184691");

    //返回”SZ184691”的资产净值周表

    结果:
相关