InventoryToMainincomeRatio
简述
返回存货销售比(%),存货净额/主营业务收入*100%
InventoryToMainincomeRatio (ReportDate:Integer):Real
名称 | 类型 | 说明 |
---|
ReportDate | Integer | 报告期。 |
返回 | Real | 实数 |
//指定2017三季报,取万科A存货销售比(%)
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:= InventoryToMainincomeRatio (20170930);
return v;
//结果:470.17