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

BeginReportValue    

简述
期初报告期数据
定义
BeginReportValue(StockId;Id;EndT)
参数
名称类型说明
StockIdString股票代码
IDinteger字段id
ENDTTDateTime截止日
返回real返回期初报告期数据
  • 范例


    EndT := IntToDate(20111130);

    return BeginReportValue("SH600004",9,EndT);
    //返回”SH600004的期初报告期9对应的id为46078的数据

    //结果:587778570.54
相关