HBValue
简述
按季度取环比数据。若GetTheNearest为真时,则取指定报告期的值,若GetTheNearest为假时,则取最接近的报告期的值。
HBValue(RDate:Integer;InfoID:Integer;GetTheNearest:Boolean):Real;
名称 | 类型 | 说明 |
---|
Rdate | Integer | 报告期 |
InfoID | Integer | 基本面 |
GetTheNearest | Boolean | 1取指定报告期的值,0找最接近的报告期的值 |
返回 | Real | 返回季度取环比数据 |
SetsysParam(pn_Stock(),"SZ000002");
Return HBValue(20101231,44002,1);
//返回万科2010年第4季度的货币资金
//结果:37816932911.84