skills/tushare-data-1.0.5/references/数据接口/公募基金/基金经理.md
wangyitong a65adcc2e5 Initial commit: merged, deduplicated, and vetted skill collection
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>
2026-07-13 14:47:12 +08:00

65 lines
2.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 基金经理
----
接口fund_manager
描述:获取公募基金经理数据,包括基金经理简历等数据
限量单次最大5000支持分页提取数据
积分用户有500积分可获取数据2000积分以上可以提高访问频次
<br>
<br>
**输入参数**
名称 | 类型 | 必选 | 描述
---- | ----- | ---- | ----
ts_code | str | N | 基金代码,支持多只基金,逗号分隔
ann_date | str | N | 公告日期格式YYYYMMDD
name | str | N | 基金经理姓名
offset | intint | N | 开始行数
limit | int | N | 每页行数
<br>
<br>
**输出参数**
名称 | 类型 | 默认显示 | 描述
--- | ---- | ---- | ----
ts_code | str | Y | 基金代码
ann_date | str | Y | 公告日期
name | str | Y | 基金经理姓名
gender | str | Y | 性别
birth_year | str | Y | 出生年份
edu | str | Y | 学历
nationality | str | Y | 国籍
begin_date | str | Y | 任职日期
end_date | str | Y | 离任日期
resume | str | Y | 简历
<br>
<br>
**代码示例**
```python
#初始接口
pro = ts.pro_api()
#单只基金
df = pro.fund_manager(ts_code='150018.SZ')
#多只基金
df = pro.fund_manager(ts_code='150018.SZ,150008.SZ')
```
<br>
<br>
**数据示例**
ts_code ann_date name gender birth_year edu nationality begin_date end_date resume
0 150018.SZ 20100508 周毅 M None 硕士 美国 20100507 None CFA硕士学位毕业于北京大学美国南卡罗莱纳大学美国约翰霍普金斯大学。曾任美国普华永道...
1 150018.SZ 20190831 张凯 M None 硕士 中国 20190829 None CFA硕士学位毕业于清华大学。2009年7月加盟银华基金管理有限公司从事量化策略研发和...
2 150018.SZ 20100927 路志刚 M 1969 博士 中国 20100507 20100927 暨南大学金融学博士。曾任广东建设实业集团公司财务主管,广州证券有限公司发行部、营业部经理,金...