Block_PEPB_ZB
简述
板块市盈率、市净率(纵比)。
Block_PEPB_ZB(BkNames:String;EndT:TDateTime;RDate:Integer;RightType:Integer;SType:Integer;EPSCriterion:Real):Array
名称 | 类型 | 说明 |
---|
BkNames | String | 字符串。板块列表。 |
EndT | TDateTime | 日期。截止日期。 |
RDate | Integer | 整数。报告期。 |
RightType | Integer | 整数。加权方式,取值如下:
显示名 |
取值 |
全部总股本加权 |
0 |
流通股本加权 |
1 |
算术平均 |
4 |
|
SType | Integer | 整数。股票类型,取值如下:
显示名 |
取值 |
全部 |
0 |
只考虑A股 |
1 |
只考虑B股 |
2 |
|
EPSCriterion | Real | 实数。绩差股标准,取值如下:
场景 |
备注 |
SampleSelect为0或1 |
此参数无效 |
SampleSelect为2 |
剔除对应EndT时点的期初报告期的每股收益小于EPSCriterion的股票 |
|
返回 | Array | 数组。板块市盈率、市净率(纵比)。 |
return Block_PEPB_ZB("上证A股;深证A股",20200101T,20200331,0,0,0);
结果:
