FinancialItemsQk
简述
指定报告期的财务指标
FinancialItemsQk(StockId:String;EndT:Integer):Array;
名称 | 类型 | 说明 |
---|
StockID | String | 基金代码 |
EndT | Integer | 截止日 |
返回 | Array | 数据表,返回指定报告期的财务指标 |
StockID := "SH500003";
EndT := 20111231;
return FinancialItemsQk(StockId,EndT);
//返回”SH500003”2011年的财务指标
结果:
