# 金融 / 基本面 / 区间报表 / 债券库 ## `bondInterestQk(bond_id, beg_t, end_t)` 声明:function 在指定区间内债券付息情况 | 参数 | 类型 | 说明 | | --------- | ----------- | ---------------- | | `bond_id` | string | 字符串。债券代码 | | `beg_t` | t_date_time | 日期。开始日期 | | `end_t` | t_date_time | 日期。截止日期 | 返回:array ## `bondRateChangeQk(bond_id, end_t)` 声明:function 指定日期的浮动利率债券利率 | 参数 | 类型 | 说明 | | --------- | ----------- | ---------------- | | `bond_id` | string | 字符串。债券代码 | | `end_t` | t_date_time | 日期。截止日期 | 返回:real ## `convertibleBondChange(bond_id)` 声明:function 可转债转股表 | 参数 | 类型 | 说明 | | --------- | ------ | ---------------- | | `bond_id` | string | 字符串。股票代码 | 返回:array ## `govBondCoefficientQk(bond_id, end_t)` 声明:function 指定日期的国债折算率 | 参数 | 类型 | 说明 | | --------- | ----------- | ---------------- | | `bond_id` | string | 字符串。国债代码 | | `end_t` | t_date_time | 日期。截止日期 | 返回:array