StockZfMatrix
简述
股票阶段涨幅矩阵
StockZfMatrix(StockId:String;BegT:Date;EndT:Date) :Table
名称 | 类型 | 说明 |
---|
StockId | String | 字符串,股票代码 |
BegT | Date | 日期,起始日期 |
EndT | Date | 日期,截止日期 |
返回 | Table | 数组 |
//取得万科A从20120101到20120110每日的对数收益率
return StockZfMatrix('SZ000002',inttodate(20120101),inttodate(20120110));
//结果:
StockZf