✨ feat(tsl-api-reference): expand and reorganize api catalog
Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references. Keep the existing generated index without rebuilding after signature normalization.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# 金融 / 股票 / 新三板
|
||||
|
||||
## `getNEBkByEndT(endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日新三板股票列表
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ------ | -------- | ------------- |
|
||||
| `endt` | datetime | 日期,截止日期 |
|
||||
|
||||
返回:float
|
||||
|
||||
### 示例
|
||||
|
||||
范例01:获取2025年9月18日新三板在市的股票
|
||||
|
||||
```tsl
|
||||
// 获取2025年9月18日新三板在市的股票
|
||||
|
||||
Endt := 20250918T;
|
||||
|
||||
return GetNEBkByEndT(Endt);
|
||||
```
|
||||
Reference in New Issue
Block a user