POST
/
api
/
v1
/
bond_reference
curl --request POST \
  --url https://terrapinfinance.com/api/v1/bond_reference \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "isins": [
    "XS1610682764"
  ]
}'
{
  "data": [
    {
      "is_puttable": false,
      "industry_group": "real estate management & development",
      "cfi_code": "DBFNBR",
      "ticker": "CWHARF 1.75 04/07/26 REGS",
      "asset_class": "bond",
      "is_callable": true,
      "interest_type": "fixed rate",
      "figi": "BBG00ZTZWCZ3",
      "interest_accrual_date": null,
      "is_green": null,
      "interest_accrual_convention": "act/act (ICMA)",
      "is_regs": true,
      "maturity_date": "2026-04-07",
      "composite_issuer_rating": "BB",
      "lei_ultimate_parent": "C6J3FGIWG6MBDGTE8F80",
      "name": "CANARY WHARF GROUP INVESTMENT HOLDINGS PLC 1.75% 2026",
      "maturity_type": "fixed",
      "lei_direct_parent": "C6J3FGIWG6MBDGTE8F80",
      "is_inflation_linked": null,
      "issuer": "CANARY WHARF GROUP INVESTMENT HOLDINGS PLC",
      "coupon": 1.75,
      "is_144a": true,
      "currency": "EUR",
      "is_outstanding": true,
      "rank": "senior unsecured",
      "is_covered": null,
      "country": "United Kingdom",
      "composite_issue_rating": null,
      "coupon_frequency": 2,
      "registration_type": "registered",
      "lei": "2138002C1D5FMEDILF18",
      "handle": null,
      "isin": "XS2327414061",
      "issue_date": "2021-04-07",
      "issuer_type": "corporate",
      "sector": "real estate",
      "issued_amount": 300000000
    }
  ],
  "total": 1
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Reference data

The response is of type object.