Government and corporate bonds
Reference Data
Overview
Government and corporate bonds
US municipal bonds
Government and corporate bonds
Reference Data
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",
"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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
International Securities Identification Numbers of the bonds.
Response
200
application/json
Reference data
List of response data objects per bond. Contains at most 1000 objects.
Response schema per bond.
Total number of results in the database that match the query filters.
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",
"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
}