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

75 lines
2.7 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.

## 管理层薪酬和持股
----
接口stk_rewards
描述:获取上市公司管理层薪酬和持股
积分用户需要2000积分才可以调取5000积分以上频次相对较高具体请参阅[积分获取办法](https://tushare.pro/document/1?doc_id=13)
<br>
<br>
**输入参数**
名称 | 类型 | 必选 | 描述
---- | ----- | ---- | ----
ts_code | str | Y | TS股票代码支持单个或多个代码输入
end_date | str | N | 报告期
<br>
<br>
**输出参数**
名称 | 类型 | 默认显示 | 描述
--- | ---- | ---- | ----
ts_code | str | Y | TS股票代码
ann_date | str | Y | 公告日期
end_date | str | Y | 截止日期
name | str | Y | 姓名
title | str | Y | 职务
reward | float | Y | 报酬
hold_vol | float | Y | 持股数
<br>
<br>
**接口用例**
```python
pro = ts.pro_api()
#获取单个公司高管全部数据
df = pro.stk_rewards(ts_code='000001.SZ')
#获取多个公司高管全部数据
df = pro.stk_rewards(ts_code='000001.SZ,600000.SH')
```
<br>
<br>
**数据样例**
ts_code ann_date end_date name title reward hold_vol
0 000001.SZ 20190808 20190630 谢永林 董事长 NaN 0.0
1 000001.SZ 20190808 20190630 胡跃飞 董事,行长 NaN 4104.0
2 000001.SZ 20190808 20190630 陈心颖 董事 NaN 0.0
3 000001.SZ 20190808 20190630 姚波 董事 NaN 0.0
4 000001.SZ 20190808 20190630 叶素兰 董事 NaN 0.0
5 000001.SZ 20190808 20190630 韩小京 独立董事 NaN 0.0
6 000001.SZ 20190808 20190630 蔡方方 董事 NaN 0.0
7 000001.SZ 20190808 20190630 郭建 董事 NaN 0.0
8 000001.SZ 20190808 20190630 郭世邦 董事,副行长 NaN 0.0
9 000001.SZ 20190808 20190630 王春汉 独立董事 NaN 0.0
10 000001.SZ 20190808 20190630 王松奇 独立董事 NaN 0.0
11 000001.SZ 20190808 20190630 郭田勇 独立董事 NaN 0.0
12 000001.SZ 20190808 20190630 杨如生 独立董事 NaN 0.0
13 000001.SZ 20190808 20190630 邱伟 监事长,职工监事 NaN 0.0
14 000001.SZ 20190808 20190630 车国宝 股东监事 NaN 0.0
15 000001.SZ 20190808 20190630 周建国 外部监事 NaN 0.0
16 000001.SZ 20190808 20190630 骆向东 外部监事 NaN 0.0
17 000001.SZ 20190808 20190630 储一昀 外部监事 NaN 0.0
18 000001.SZ 20190808 20190630 孙永桢 职工监事 NaN 0.0