curl --request POST \
--url https://terrapinfinance.com/api/v1/bond_reference \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"isins": [
"XS2724510792"
]
}'
{
"data": [
{
"asset_class": "medium-term note",
"cfi_code": "DTFUFB",
"composite_issue_rating": "BBB+",
"composite_issuer_rating": "BBB",
"country": "Greece",
"coupon": 5.875,
"coupon_frequency": 1,
"currency": "EUR",
"figi": "BBG01K89S0G8",
"first_coupon_date": "2024-11-28",
"handle": null,
"industry_group": "banks",
"integral_multiple": 100000,
"interest_accrual_convention": "act/act (ICMA)",
"interest_accrual_date": "2023-11-28",
"interest_type": "variable rate",
"is_144a": true,
"is_callable": true,
"is_covered": null,
"is_green": null,
"is_inflation_linked": null,
"is_outstanding": true,
"is_puttable": false,
"is_regs": true,
"isin": "XS2724510792",
"issue_date": "2023-11-28",
"issued_amount": 500000000,
"issuer_name": "EUROBANK SA",
"issuer_type": "corporate",
"lei": "213800KGF4EFNUQKAT69",
"lei_direct_parent": "JEUVK5RWVJEN8W0C9M24",
"lei_ultimate_parent": "JEUVK5RWVJEN8W0C9M24",
"maturity_date": "2029-11-28",
"maturity_type": "fixed",
"minimum_denomination": 100000,
"name": "EUROBANK SA FRN 2029",
"rank": "senior unsecured",
"registration_type": "bearer",
"sector": "financials",
"ticker": "EUROB V5.875 11/28/29 EMTN"
}
],
"total": 1
}
Get full government and corporate bond reference data for given ISINs.
curl --request POST \
--url https://terrapinfinance.com/api/v1/bond_reference \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"isins": [
"XS2724510792"
]
}'
{
"data": [
{
"asset_class": "medium-term note",
"cfi_code": "DTFUFB",
"composite_issue_rating": "BBB+",
"composite_issuer_rating": "BBB",
"country": "Greece",
"coupon": 5.875,
"coupon_frequency": 1,
"currency": "EUR",
"figi": "BBG01K89S0G8",
"first_coupon_date": "2024-11-28",
"handle": null,
"industry_group": "banks",
"integral_multiple": 100000,
"interest_accrual_convention": "act/act (ICMA)",
"interest_accrual_date": "2023-11-28",
"interest_type": "variable rate",
"is_144a": true,
"is_callable": true,
"is_covered": null,
"is_green": null,
"is_inflation_linked": null,
"is_outstanding": true,
"is_puttable": false,
"is_regs": true,
"isin": "XS2724510792",
"issue_date": "2023-11-28",
"issued_amount": 500000000,
"issuer_name": "EUROBANK SA",
"issuer_type": "corporate",
"lei": "213800KGF4EFNUQKAT69",
"lei_direct_parent": "JEUVK5RWVJEN8W0C9M24",
"lei_ultimate_parent": "JEUVK5RWVJEN8W0C9M24",
"maturity_date": "2029-11-28",
"maturity_type": "fixed",
"minimum_denomination": 100000,
"name": "EUROBANK SA FRN 2029",
"rank": "senior unsecured",
"registration_type": "bearer",
"sector": "financials",
"ticker": "EUROB V5.875 11/28/29 EMTN"
}
],
"total": 1
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Reference data
The response is of type object
.