天软金融分析.NET函数大全 > 金融报表分析 > 02.股票比较 > 2.06交易分析 > 2.6.2资金流向 > 中间函数

PE_PB_PMIStructure    

简述
板块PE&PB&PMI结构表。
定义
PE_PB_PMIStructure(BkName:String;EndT:TDateTime;LowV:Integer;HighV:Integer;StepV:Integer;SeperateBy:Integer):Array
参数
名称类型说明
BkNameString字符串。板块名称,多个板块用;隔开。
EndTTDateTime日期。截止日期。
LowVInteger整数。下限。
HighVInteger整数。上限。
StepVInteger整数。间距。
SeperateByInteger整数。分段类型,取值如下:
显示名 取值
市盈率 0
市净率 1
市销率 2
返回Array数组。板块PE&PB&PMI结构表。
  • 范例

    return PE_PB_PMIStructure("上证A股;深证A股",20030430T,0,20,5,0);

    结果:
相关