天软金融分析.NET函数大全 > 金融函数 > 基本面 > 基本 > 报告期数据获取 > 环比

HBValuePS    

简述
环比数据(每股)
定义
HBValuePS(RDate:Integer;InfoID:Integer;GetTheNearest:Boolean):Real;
参数
名称类型说明
Rdateinteger报告期
InfoIDinteger基本面ID
GetTheNearestBoolean1取指定报告期的值,0找最接近的报告期的值
  • 范例


    SetsysParam(pn_Stock(),"SZ000002");
    return HBValuePS(20100930,44002,1);

    //返回万科2010第三季度的货币资金

    //结果:2.868836
相关