✨ feat(tsl-api-reference): expand API and module coverage
This commit is contained in:
+24
@@ -138,6 +138,30 @@ setsysparam(pn_stock(), "SZ300296");
|
||||
return StockMSHType5(20180331);
|
||||
```
|
||||
|
||||
## `stockMSHType6(report_date)`
|
||||
|
||||
声明:function
|
||||
|
||||
返回指定报告期第六大股东的股份性质
|
||||
|
||||
<!-- tags: 金融 股票 十大股东 股东性质 第六大股东 shareholder type -->
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------------- | ------- | ---------- |
|
||||
| `report_date` | integer | 指定报告期 |
|
||||
|
||||
返回:string
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:查询利亚德一季报第六大股东的股份性质
|
||||
|
||||
```tsl
|
||||
setSysParam(pn_stock(), "SZ300296");
|
||||
return stockMSHType6(20180331);
|
||||
// 输出:流通A股
|
||||
```
|
||||
|
||||
## `stockMSHType6(report_date, from_no)`
|
||||
|
||||
声明:function
|
||||
|
||||
Reference in New Issue
Block a user