feat(tsl-api-reference): expand API and module coverage

This commit is contained in:
csh
2026-08-14 17:12:55 +08:00
parent 8f1056130d
commit 3d3036ebe1
571 changed files with 47842 additions and 14458 deletions
@@ -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