✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
-43
@@ -22,11 +22,8 @@
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250916的解禁市值占未流通市值比例(%)
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanAndNRSPercent(IndexID, Endt, 0);
|
||||
// 输出:0.79
|
||||
```
|
||||
@@ -54,13 +51,9 @@ return IndexRestrictedBanAndNRSPercent(IndexID, Endt, 0);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250910到20250916的解禁市值占未流通市值比例(%)
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
begt := 20250910T;
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanAndNRSPercentQJ(IndexID, Begt, Endt, 0);
|
||||
// 输出:0.79
|
||||
```
|
||||
@@ -87,11 +80,8 @@ return IndexRestrictedBanAndNRSPercentQJ(IndexID, Begt, Endt, 0);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250916的解禁市值占未流通市值比例(%)
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanAndRSPercent(IndexID, Endt, 0);
|
||||
// 输出:0.24
|
||||
```
|
||||
@@ -119,13 +109,9 @@ return IndexRestrictedBanAndRSPercent(IndexID, Endt, 0);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250910到20250916的解禁市值占流通市值比例(%)
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
begt := 20250910T;
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanAndRSPercentQJ(IndexID, Begt, Endt, 0);
|
||||
// 输出:0.24
|
||||
```
|
||||
@@ -153,11 +139,8 @@ return IndexRestrictedBanAndRSPercentQJ(IndexID, Begt, Endt, 0);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250916当日的未来一周的解禁市值占未流通市值比例(%)
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanFutureAndNRSPercentQJ(IndexID, Endt, 0, 1);
|
||||
// 输出:0.027
|
||||
```
|
||||
@@ -185,11 +168,8 @@ return IndexRestrictedBanFutureAndNRSPercentQJ(IndexID, Endt, 0, 1);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250916当日的未来一周的解禁市值占流通市值比例(%)
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanFutureAndRSPercentQJ(IndexID, Endt, 0, 1);
|
||||
// 输出:0.008
|
||||
```
|
||||
@@ -217,11 +197,8 @@ return IndexRestrictedBanFutureAndRSPercentQJ(IndexID, Endt, 0, 1);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250916当日的未来一周的解禁市值占总市值比例(%)
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanFutureMVPercentQJ(IndexID, Endt, 0, 1);
|
||||
// 输出:0.006
|
||||
```
|
||||
@@ -249,11 +226,8 @@ return IndexRestrictedBanFutureMVPercentQJ(IndexID, Endt, 0, 1);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250916当日的未来一周的解禁家数
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanFutureNum(IndexID, Endt, 0, 1);
|
||||
// 输出:2
|
||||
```
|
||||
@@ -280,11 +254,8 @@ return IndexRestrictedBanFutureNum(IndexID, Endt, 0, 1);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250916的解禁市值
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanMV(IndexID, Endt, 0);
|
||||
// 输出:119034026555.92
|
||||
```
|
||||
@@ -311,11 +282,8 @@ return IndexRestrictedBanMV(IndexID, Endt, 0);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250916的解禁市值占总市值比例(%)
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanMVPercent(IndexID, Endt, 0);
|
||||
// 输出:0.18
|
||||
```
|
||||
@@ -373,13 +341,9 @@ return indexRestrictedBanMVPercentQJ(index_id, beg_t, end_t, 0);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250910到20250916的解禁市值
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
begt := 20250910T;
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanMVQJ(IndexID, Begt, Endt, 0);
|
||||
// 输出:119051796340.9
|
||||
```
|
||||
@@ -406,11 +370,8 @@ return IndexRestrictedBanMVQJ(IndexID, Begt, Endt, 0);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250916的解禁家数
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanNum(IndexID, Endt, 0);
|
||||
// 输出:3
|
||||
```
|
||||
@@ -438,13 +399,9 @@ return IndexRestrictedBanNum(IndexID, Endt, 0);
|
||||
|
||||
```tsl
|
||||
// 沪深300板块在20250910到20250916的解禁家数
|
||||
|
||||
indexid := 'SH000300';
|
||||
|
||||
begt := 20250910T;
|
||||
|
||||
endt := 20250916T;
|
||||
|
||||
return IndexRestrictedBanNumQJ(IndexID, Begt, Endt, 0);
|
||||
// 输出:4
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user