Sources: extracted from two upstream archives (skill-repo, skills-main),
merged with the following policy:
- 15 broken symlinks (pointing to /Users/jameslee/.cc-switch/skills or
../../.agents/skills on a foreign machine) discarded
- 3 real name collisions with identical content (ai-pair, ifind-http-api,
zhipu-websearch) kept as one copy
- Functional overlaps deduped keeping the strongest variant:
- docx family: kept docx (official, full toolchain) + docx-cn
(GB/T 9704 Chinese official-document constants),
dropped docx_writer (no scripts, name collided with docx)
- humanizer family: kept humanizer-zh (6 zh reference docs),
dropped humanizer (en, redundant for CN workflow)
- Skills that only ran in a foreign environment removed:
ablemind-ops, app-publish, hlb-design-system, openclaw-adj-skill,
claude-driver
- alphapai excluded from this public repo because its SKILL.md hard-coded
live credentials
Result: 25 skills, 572 files, ~7.5 MB.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
80 lines
2.2 KiB
Markdown
80 lines
2.2 KiB
Markdown
## 销售机构公募基金销售保有规模
|
||
----
|
||
|
||
接口:fund_sales_vol
|
||
描述:获取销售机构公募基金销售保有规模数据,本数据从2021年Q1开始公布,季度更新
|
||
限量:单次最大500行数据,目前总量只有100行,未来随着数据量增加会提高上限
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**输入参数**
|
||
|
||
名称 | 类型 | 必选 | 描述
|
||
---- | ----- | ---- | ----
|
||
year | str | N | 年度
|
||
quarter | str | N | 季度
|
||
name | str | N | 机构名称
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**输出参数**
|
||
|
||
名称 | 类型 | 默认显示 | 描述
|
||
--- | ---- | ---- | ----
|
||
year | int | Y | 年度
|
||
quarter | str | Y | 季度
|
||
inst_name | str | Y | 销售机构
|
||
fund_scale | float | Y | 股票+混合公募基金保有规模(亿元)
|
||
scale | float | Y | 非货币市场公募基金保有规模(亿元)
|
||
rank | int | Y | 排名
|
||
|
||
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**接口示例**
|
||
|
||
```python
|
||
|
||
pro = ts.pro_api()
|
||
|
||
df = pro.fund_sales_vol()
|
||
|
||
|
||
```
|
||
|
||
<br>
|
||
<br>
|
||
|
||
**数据示例**
|
||
|
||
|
||
year quarter inst_name fund_scale scale rank
|
||
0 2021 Q1 招商银行股份有限公司 6711.00 7079.00 1
|
||
1 2021 Q1 蚂蚁(杭州)基金销售有限公司 5719.00 8901.00 2
|
||
2 2021 Q1 中国工商银行股份有限公司 4992.00 5366.00 3
|
||
3 2021 Q1 中国建设银行股份有限公司 3794.00 4101.00 4
|
||
4 2021 Q1 上海天天基金销售有限公司 3750.00 4324.00 5
|
||
.. ... ... ... ... ... ...
|
||
95 2021 Q1 万联证券股份有限公司 22.00 23.00 96
|
||
96 2021 Q1 北京度小满基金销售有限公司 22.00 29.00 97
|
||
97 2021 Q1 大同证券有限责任公司 22.00 25.00 98
|
||
98 2021 Q1 宜信普泽(北京)基金销售有限公司 21.00 36.00 99
|
||
99 2021 Q1 恒生银行(中国)有限公司 20.00 22.00 100
|
||
|
||
[100 rows x 6 columns]
|
||
|
||
|
||
|
||
<br>
|
||
<br>
|
||
|
||
|
||
注:
|
||
|
||
1、股票+混合公募基金保有规模精确至0.01亿元进行排序。
|
||
|
||
2、表中所述“保有规模”包括各类投资者通过基金代销机构认申购公募基金(含交易所场内基金)及已参公规范的券商大集合产品形成的保有规模。 |