工具 API
search_ bond
根据企业名称查询企业的债券信息 :param company_name: 企业名称, 支持模糊搜索 :param page_index: 页码,从1开始计数, 当page_index为0时,返回全部数据 :return: Response: status_code: 状态码,1为成功, 其他表示失败 status_message: 状态信息 searched_company: 实际查询的企业名称 detail_link: 详情链接 data: page_size: 每页数量 page_index: 当前页数 total: 债券信息总数 items: 债券信息 bond_name: 债券名称 bond_code: 债券号 bond_stop_time: 债券摘牌日 bond_term: 债券期限 bond_listing_date: 债券上市日 bond_type: 债券类型 interest_calculation_method: 计息方式 create_time: 创建时间 credit_rating_agency: 信用评级机构 debt_rating: 债项评级 custodian_institution: 托管机构 exercise_date: 行权日期 exercise_type: 行权类型 coupon_rate: 票面利率 par_value: 面值 circulation_scope: 流通范围 interest_spread: 利差 issue_price: 发行价格 interest_frequency: 付息频率 planned_issue_volume: 计划发行量(亿) bond_maturity_date: 债券到期日 issue_time: 发行时间 issuer: 发行人 issue_volume: 实际发行量(亿) reference_rate: 参考利率 remark: 备注 interest_start_date: 债券起息日 tip: 注 update_time: 更新时间
调用信息
- 工具标识
- enterprise-info.search_bond
- 服务提供方
- 企业信息查询
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
company_name必填企业名称, 支持模糊搜索
page_index页码,从1开始计数, 当page_index为0时,返回全部数据