ReportValueByRight
简述
指定日加权后的与报告期相关的数据
ReportValueByRight(StockId:String;EndT:TDateTime;InfoId:Integer;RightBoolean):Real;
名称 | 类型 | 说明 |
---|
StockId | String | 股票代码EndT:截止日期InfoId:基本面数据IDRight:加权 |
返回 | Real | 返回指定日加权后的与报告期相关的数据 |
StockID :="SH600004";
EndT :=IntToDate(20111231);
return ReportValueByRight (StockID,EndT,44002,1);
//返回”SH600004”在2011-12-31加权后的货币资金
//结果:854257105.09