Skip to main content

Bond Prices


Implementation details

Class names

Model nameParameters classData class
BondPricesBondPricesQueryParamsBondPricesData

Import Statement

from openbb_core.provider.standard_models.bond_prices import (
BondPricesData,
BondPricesQueryParams,
)

Parameters

country: str | None
The country to get data. Matches partial name.

issuer_name: str | None
Name of the issuer. Returns partial matches and is case insensitive.

isin: list | str | None | list[list | str | None]
International Securities Identification Number(s) of the bond(s). Multiple items allowed for provider(s): tmx.

lei: str | None
Legal Entity Identifier of the issuing entity.

currency: list | str | None
Currency of the bond. Formatted as the 3-letter ISO 4217 code (e.g. GBP, EUR, USD).

coupon_min: float | None
Minimum coupon rate of the bond.

coupon_max: float | None
Maximum coupon rate of the bond.

issued_amount_min: int | None
Minimum issued amount of the bond.

issued_amount_max: str | None
Maximum issued amount of the bond.

maturity_date_min: date | None
Minimum maturity date of the bond.

maturity_date_max: date | None
Maximum maturity date of the bond.

Data

isin: str | None
International Securities Identification Number of the bond.

lei: str | None
Legal Entity Identifier of the issuing entity.

figi: str | None
FIGI of the bond.

cusip: str | None
CUSIP of the bond.

coupon_rate: float | None
Coupon rate of the bond.