Skip to content

Commit

Permalink
fix: fix bond_zh_cov
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Mar 20, 2024
1 parent 2c14222 commit 6d8ac9b
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions docs/data/bond/bond.md
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ print(bond_zh_hs_cov_pre_min_df)

接口: bond_zh_cov

目标地址: http://data.eastmoney.com/kzz/default.html
目标地址: https://data.eastmoney.com/kzz/default.html

描述: 东方财富网-数据中心-新股数据-可转债数据一览表

Expand Down Expand Up @@ -1025,6 +1025,7 @@ print(bond_zh_hs_cov_pre_min_df)
| 中签号发布日 | object | - |
| 中签率 | float64 | 注意单位: % |
| 上市时间 | object | - |
| 信用评级 | object | - |

接口示例

Expand All @@ -1038,18 +1039,19 @@ print(bond_zh_cov_df)
数据示例

```
债券代码 债券简称 申购日期 ... 中签号发布日 中签率 上市时间
0 113628 晨丰转债 2021-08-23 ... 2021-08-25 0.001960 NaT
1 123124 晶瑞转2 2021-08-16 ... 2021-08-18 0.002896 NaT
2 127045 牧原转债 2021-08-16 ... 2021-08-18 0.014138 NaT
3 127044 蒙娜转债 2021-08-16 ... 2021-08-18 0.001882 NaT
4 118002 天合转债 2021-08-13 ... 2021-08-17 0.010599 2021-09-01
.. ... ... ... ... ... ... ...
590 110227 赤化转债 2007-10-10 ... 2007-10-16 0.158854 2007-10-23
591 126006 07深高债 2007-10-09 ... 2007-10-15 0.290304 2007-10-30
592 110971 恒源转债 2007-09-24 ... 2007-09-28 5.311774 2007-10-12
593 110567 山鹰转债 2007-09-05 ... 2007-09-11 0.496391 2007-09-17
594 110026 中海转债 2007-07-02 ... 2007-07-06 1.333453 2007-07-12
债券代码 债券简称 申购日期 申购代码 ... 中签号发布日 中签率 上市时间 信用评级
0 113682 益丰转债 2024-03-04 754939 ... 2024-03-06 0.010597 NaT AA
1 127105 龙星转债 2024-02-01 072442 ... 2024-02-05 0.005491 2024-03-06 AA-
2 123240 楚天转债 2024-01-31 370358 ... 2024-02-02 0.004307 2024-02-29 AA
3 127104 姚记转债 2024-01-25 072605 ... 2024-01-29 0.001866 2024-02-26 A+
4 123239 锋工转债 2024-01-19 370488 ... 2024-01-23 0.000734 2024-02-22 A+
.. ... ... ... ... ... ... ... ... ...
915 110227 赤化转债 2007-10-10 733227 ... 2007-10-16 0.158854 2007-10-23 AAA
916 126006 07深高债 2007-10-09 733548 ... 2007-10-15 0.290304 2007-10-30 AAA
917 110971 恒源转债 2007-09-24 733971 ... 2007-09-28 5.311774 2007-10-12 AAA
918 110567 山鹰转债 2007-09-05 733567 ... 2007-09-11 0.496391 2007-09-17 AA
919 110026 中海转债 2007-07-02 733026 ... 2007-07-06 1.333453 2007-07-12 AAA
[920 rows x 19 columns]
```

#### 可转债详情
Expand Down

0 comments on commit 6d8ac9b

Please sign in to comment.