天软金融分析.NET函数大全 > 金融函数 > 股票 > 综合指标 > 风险收益 > 中间函数

StockZfMatrix    

简述
股票阶段涨幅矩阵
定义
StockZfMatrix(StockId:String;BegT:Date;EndT:Date) :Table
参数
名称类型说明
StockIdString字符串,股票代码
BegTDate日期,起始日期
EndTDate日期,截止日期
返回Table数组
  • 范例

    //取得万科A从20120101到20120110每日的对数收益率
    return StockZfMatrix('SZ000002',inttodate(20120101),inttodate(20120110));

    //结果:
    参考
    StockZf 
相关