Bond Search
This endpoint returns a list of bonds with a small set of fields. It is intended for search according to the filters provided.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Asset classes.
bond
, medium-term note
, convertible note
Countries of issuing entities. Match partial name.
Maximum coupon of the bond.
5
Minimum coupon of the bond.
1
Bond currencies, 3-letter ISO 4217 code.
Return full reference data as in from /api/v1/bond_reference. This option requires a special account tier.
Bond handles.
de_bobl
, de_bund
, de_schatz
, de_ilb
, de_green
, de_bubill
, uk_gilt
, uk_green_gilt
, uk_il_gilt
, uk_bill
, fr_btf
, fr_oat
, fr_oatei
, fr_oati
Whether to include callable bonds.
true
Whether to include non-outstanding bonds. Setting to true will vastly increasse returned results; only set to true if bonds no longer outstanding are truly needed.
false
Whether to include puttable bonds.
false
Interest types.
fixed rate
, zero rate / discount rate
, variable rate
International Securities Identification Numbers of the bonds.
Maximum size of total amount issued (in nominal value).
x >= 0
2500000000
Minimum size of total amount issued (in nominal value).
x >= 0
10000000
Issuer types.
corporate
, government
, municipal
Names of issuing entities. Match partial name
Include only bonds that have traded since this date.
"2023-01-02"
Legal Entity Identifiers of issuing entities.
Legal Entity Identifiers of the direct parents of issuing entities.
Legal Entity Identifiers of the ultimate parents of issuing entities.
Result count limit. E.g. if total number of results is 1450, limit of 100 with offset of 0 would return the first 100 results. Use limit of -1 to opt out of limits.
x >= -1
Maximum maturity date of the bond in YYYY-MM-DD format.
"2026-12-14"
Minimum maturity date of the bond in YYYY-MM-DD format.
"2024-09-14"
Maturity types.
fixed
, amortized
, perpetual
, extendible
Offset for query pagination. E.g. limit of 100 with offset of 50 would return the results 50 to 150.
x >= 0
Sort order. Prefix with '-' for descending order.
ticker
, issuer_name
, isin
, currency
, coupon
, maturity_date
, country
, -ticker
, -issuer_name
, -isin
, -currency
, -coupon
, -maturity_date
, -country
Maximum yield to maturity of the bond.
5
Minimum yield to maturity of the bond.
1