天软金融分析.NET函数大全 > 金融函数 > 股票 > 行业

Stockindustryindexid    

简述
行业代码对应的指数代码,返回行业代码指定日期对应的指数代码
定义
Stockindustryindexid(Industryid:Security;Endt:Date):String
参数
名称类型说明
IndustryidSecurity Security,行业代码
EndtDate 日期,截止日期
返回String字符串,获取行业代码对应的指数代码
  • 范例

    SWHY110300在20201207对应的指数代码
    return StockIndustryIndexID('SWHY110300',20201207T); //返回:SW801011
相关