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
@@ -1,5 +1,30 @@
# 金融 / 股票 / 综合指标 / PSR
## `stockPMI(end_t)`
声明:function
计算指定日按最新年度报告口径的市销率
<!-- tags: 金融 股票 综合指标 PSR 市销率 最新年度报告 指定日 -->
| 参数 | 类型 | 说明 |
| ------- | -------- | ------------------ |
| `end_t` | datetime | 计算市销率的截止日 |
返回:real
### 示例
范例01:计算利亚德在指定日的市销率
```tsl
setSysParam(pn_stock(), "SZ300296");
setSysParam(pn_date(), 20181011T);
return stockPMI(20180822T);
// 输出:4.012295
```
## `stockPMI3()`
声明:function