Default
Bond Profile
Get general information of a bond. You can query by FIGI, ISIN or CUSIP. A list of supported bonds can be found <a href="/api/v1/bond/list?token=" target="_blank">here</a>.
get/bond/profile
Query parameters
isinstring
ISIN
cusipstring
CUSIP
figistring
FIGI
Response
successful operation
Example response
{
"cusip": "cusip",
"callable": true,
"coupon": 0.8008282,
"amountOutstanding": 5.962134,
"figi": "figi",
"paymentFrequency": "paymentFrequency",
"assetType": "assetType",
"firstCouponDate": "firstCouponDate",
"securityLevel": "securityLevel",
"offeringPrice": 6.0274563,
"industrySubGroup": "industrySubGroup",
"originalOffering": 1.4658129,
"maturityDate": "maturityDate",
"couponType": "couponType",
"bondType": "bondType",
"issueDate": "issueDate",
"asset": "asset",
"debtType": "debtType",
"isin": "isin",
"industryGroup": "industryGroup",
"datedDate": "datedDate"
}