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
Maximum coupon of the bond.
5
Minimum coupon of the bond.
1
Return full reference data as in from /api/v1/muni_reference. This option requires a special account tier.
Whether to include callable bonds.
true
Interest types.
fixed rate
, zero rate / discount rate
, variable rate
Whether the bond is insured.
true
International Securities Identification Numbers of the bonds.
Maximum issue date of the bond in YYYY-MM-DD format.
"2023-12-14"
Minimum issue date of the bond in YYYY-MM-DD format.
"2021-09-14"
Maximum size of total amount issued (in nominal value).
x >= 0
2500000000
Minimum size of total amount issued (in nominal value).
x >= 0
10000000
Names of issuing entities. Match partial name.
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"
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.
isin
, ticker
, coupon
, maturity_date
, state
, issuer_name
, interest_type
, rating
, is_callable
, -isin
, -ticker
, -coupon
, -maturity_date
, -state
, -issuer_name
, -interest_type
, -rating
, -is_callable
Sources of repayment.
Revenue
, General Obligation
, Double Barrel
State codes of issuing entities.