TSWEB_Stock_IPOGetDataAndCompare
简述
返回指定股票同行业的上市信息
TSWEB_Stock_IPOGetDataAndCompare (StockID: String; IndustryType: Integer): array
名称 | 类型 | 说明 |
---|
StockID | String | 字符串。证券代码 |
IndustryType | Integer | 整型。所属行业,取值如下:
显示名 |
取值 |
申万一级行业 |
1 |
申万二级行业 |
2 |
申万三级行业 |
3 |
中证一级行业 |
4 |
中证二级行业 |
5 |
中证三级行业 |
6 |
证监会一级行业 |
7 |
证监会二级行业 |
8 |
|
返回 | array | 数组,指定股票同行业的上市信息。 |
//返回申万一级行业华能水电(SH600025)同行业的上市信息
IndustryType:=1;
StockID:= "SH600025";
return TSWEB_Stock_IPOGetDataAndCompare(StockID,IndustryType);
结果:
