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 Permalink 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.

## 可转债转股结果
----
接口cb_share
描述:获取可转债转股结果
限量单次最大2000总量不限制
权限用户需要至少2000积分才可以调取但有流量控制5000积分以上频次相对较高积分越多权限越大具体请参阅[积分获取办法](https://tushare.pro/document/1?doc_id=13)
<br>
<br>
**输入参数**
名称 | 类型 | 必选 | 描述
---- | ----- | ---- | ----
ts_code | str | Y | 转债代码,支持多值输入
ann_date | str | Y | 公告日期YYYYMMDD格式下同
start_date | str | N | 公告开始日期
end_date | str | N | 公告结束日期
<br>
<br>
**输出参数**
名称 | 类型 | 默认显示 | 描述
--- | ---- | ---- | ----
ts_code | str | Y | 债券代码
bond_short_name | str | Y | 债券简称
publish_date | str | Y | 公告日期
end_date | str | Y | 统计截止日期
issue_size | float | Y | 可转债发行总额
convert_price_initial | float | Y | 初始转换价格
convert_price | float | Y | 本次转换价格
convert_val | float | Y | 本次转股金额
convert_vol | float | Y | 本次转股数量
convert_ratio | float | Y | 本次转股比例
acc_convert_val | float | Y | 累计转股金额
acc_convert_vol | float | Y | 累计转股数量
acc_convert_ratio | float | Y | 累计转股比例
remain_size | float | Y | 可转债剩余金额
total_shares | float | Y | 转股后总股本
<br>
<br>
**接口示例**
```python
pro = ts.pro_api(your token)
#获取可转债转股结果
df = pro.cb_share(ts_code="113001.SH,110027.SH",fields="ts_code,end_date,convert_price,convert_val,convert_ratio,acc_convert_ratio")
```
<br>
<br>
**数据示例**
ts_code end_date convert_price convert_val convert_ratio acc_convert_ratio
0 110027.SH 2015-02-16 12.0000 117572928.00 2.939323 99.9126
1 110027.SH 2015-02-13 12.0000 521211288.00 13.030282 96.9733
2 110027.SH 2015-02-12 12.0000 486077580.00 12.151940 83.9430
3 110027.SH 2015-02-11 12.0000 304362204.00 7.609055 71.7910
4 110027.SH 2015-02-10 12.0000 334752476.00 8.368812 64.1820
.. ... ... ... ... ... ...
244 113001.SH 2010-12-10 3.7800 5998.86 0.000015 0.0002
245 113001.SH 2010-12-09 3.7800 5998.86 0.000015 0.0002
246 113001.SH 2010-12-06 3.7800 18994.50 0.000047 0.0002
247 113001.SH 2010-12-03 3.7800 12991.86 0.000032 0.0001
248 113001.SH 2010-12-02 3.7800 33982.20 0.000085 0.0001