天软金融分析.NET函数大全 > 金融函数 > 基本面 > 数据库提供商 > 数据表对照 > InfoId

DataBaseRatioValue    

简述
财务比率分析数据
定义
DataBaseRatioValue (StockId :String;Id:Integer; ReportDate:Integer):Real
参数
名称类型说明
StockIdString证券类型,股票代码
IDInteger整数类型
ReportDateInteger报告期类型,报告期
返回Real实数,返回财务比率分析数据
  • 范例

    //返回"SZ000001"在2011年的归属于母公司所有者净利润
    stockid := "SZ000001";
    RDate := 20111231;
     return DataBaseRatioValue(stockid,9,RDate);
    //结果:10278631000
相关