天软金融分析.NET函数大全 > 金融函数 > 基本面 > 基本报表 > 公用

FinancialItems    

简述
股票&基金财务指标
定义
FinancialItems(StockId:String):Array;
参数
名称类型说明
StockIdString股票代码
返回Array返回股票&基金的历史所有财务指标
  • 范例


    return FinancialItems("SH600579");

    //返回”SH600579”的财务指标

    结果:
相关