BK_StocksMSHMaxStockValuePercent2
简述
第N大股东持有市值最大的股票市值占股票市值比,与系统参数(pn_BK())相关
BK_StocksMSHMaxStockValuePercent2(ReportDate:Integer;GType:Integer;FromNo:Integer):Real
| 名称 | 类型 | 说明 |
|---|
| ReportDate | Integer | 报告期,截止报告期 |
| GType | Integer | 用户自定义,股东类型
|
| FromNo | Integer | 整数,第N |
| 返回 | Real | 第N大股东持有市值最大的股票市值占股票市值比 |
// A股的第1大股东持有市值最大的股票市值占股票市值比
setsysparam(pn_bk(),"A股");
return BK_StocksMSHMaxStockValuePercent2(20250930,0,1);// 结果:35.86