curl --location --request GET 'https://api.autostock.cn/v1/stock/convertBond'
HttpResponse.Code
{
"code": 0,
"message": "",
"traceId": "",
"data": [
{
"convertBondCode": "",
"convertBondName": "",
"valueDate": "",
"securityStartDate": "",
"subCode": "",
"stockCode": "",
"stockName": "",
"stockPrice": "",
"transferPrice": "",
"transferValue": "",
"convertBondPrice": "",
"transferPremiumPatio": "",
"firstPerPlacing": "",
"actualIssueScale": "",
"bondStartDate": "",
"bondGainRate": "",
"subMax": 0
}
],
"meta": {}
}