天软金融分析.NET函数大全 > 金融函数 > 基本面 > 基本报表 > 股票库

StockDistribution    

简述
股票配股表
定义
StockDistribution (StockID:String):Array
参数
名称类型说明
StockIDString证券类型,股票代码
返回Array返回股票配股表
  • 范例

    //返回万科的配股表
     return StockDistribution('SZ000002');
    //结果:
相关