ReportPerShareOfAll
简述
返回报告期数据(每股)
ReportPerShareOfAll(ID:Integer;ReportID:Integer)
名称 | 类型 | 说明 |
---|
ID | Integer | 基本面,数据ID |
ReportID | Integer | 报告期 |
//例如取万科 A 2017年三季报的每股净利润:
SetSysParam(pn_stock(),'SZ000002');
//取每股净利润
V:=ReportPerShareOfAll(46033,20170930);
return V;
// 结果:1.34