DataBaseRatioValue
简述
财务比率分析数据
DataBaseRatioValue (StockId :String;Id:Integer; ReportDate:Integer):Real
名称 | 类型 | 说明 |
---|
StockId | String | 证券类型,股票代码 |
ID | Integer | 整数类型 |
ReportDate | Integer | 报告期类型,报告期 |
返回 | Real | 实数,返回财务比率分析数据 |
//返回"SZ000001"在2011年的归属于母公司所有者净利润
stockid := "SZ000001";
RDate := 20111231;
return DataBaseRatioValue(stockid,9,RDate);
//结果:10278631000