StockCCSHDNoNVolPercentGrow
简述
第N股东持股占总股本变比(%),与系统参数(证券代码,时间)相关
StockCCSHDNoNVolPercentGrow (n:integer):real
名称 | 类型 | 说明 |
---|
N | integer | 整型,第N |
返回 | real | 实数 |
// "SZ000001"在2022-08-22第3股东持股占总股本变比(%)
SetSysParam(pn_stock(),"SZ000001");
SetSysParam(PN_Date(),20220822T);
return StockCCSHDNoNVolPercentGrow(3);
//结果:-0.026