天软金融分析.NET函数大全 > 金融函数 > 股票 > 十大股东 > 户数和人均

StockSHAmountPerPerson    

简述
返回指定股票人均持股,报告期末流通股/期末股东户数,该函数和证券代码有关。Real。
定义
StockSHAmountPerPerson(ReportDate):Real;
参数

ReportDate:报告期类型。

  • //取得SH600000(浦发银行)在20100331的人均持股
    SetSysParam(pn_stock(),'SH600000');
    ReportDate:=20100331;
    return StockSHAmountPerPerson(ReportDate);//18403.7469971
相关