可转债列表(全部)
正式环境
正式环境
GET
/stock/convertBond
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.autostock.cn/v1/stock/convertBond'
返回响应
🟢200成功
application/json
Body
club.doctorxiong.api.common.CommonResponse<java.util.List<club.doctorxiong.api.common.dto.ConvertBondDTO>>
code
integer
可选
参考
HttpResponse.Code
message
string
返回消息
traceId
string
链路ID
data
array[object (ConvertBondDTO) {17}]
可选
convertBondCode
string
债券代码
convertBondName
string
债券名称
valueDate
string
申购日期
securityStartDate
string
股权登记日
subCode
string
申购代码
stockCode
string
正股代码
stockName
string
正股简称
stockPrice
string
正股价
transferPrice
string
转股价
transferValue
string
转股价值
convertBondPrice
string
债现价
transferPremiumPatio
string
转股溢价
firstPerPlacing
string
每股配售额
actualIssueScale
string
发行规模
bondStartDate
string
中签发布日
bondGainRate
string
中签率
subMax
integer
最大申购手数
meta
object (Object)
可选
示例
{
"code": 0,
"message": "",
"traceId": "",
"data": [
{
"convertBondCode": "",
"convertBondName": "",
"valueDate": "",
"securityStartDate": "",
"subCode": "",
"stockCode": "",
"stockName": "",
"stockPrice": "",
"transferPrice": "",
"transferValue": "",
"convertBondPrice": "",
"transferPremiumPatio": "",
"firstPerPlacing": "",
"actualIssueScale": "",
"bondStartDate": "",
"bondGainRate": "",
"subMax": 0
}
],
"meta": {}
}
修改于 2024-02-06 03:08:58