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
The country to get data. Matches partial name.

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

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

lei: str
Legal Entity Identifier of the issuing entity.

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

coupon_min: float
Minimum coupon rate of the bond.

coupon_max: float
Maximum coupon rate of the bond.

issued_amount_min: int
Minimum issued amount of the bond.

issued_amount_max: str
Maximum issued amount of the bond.

maturity_date_min: date
Minimum maturity date of the bond.

maturity_date_max: date
Maximum maturity date of the bond.

Data

isin: str
International Securities Identification Number of the bond.

lei: str
Legal Entity Identifier of the issuing entity.

figi: str
FIGI of the bond.

cusip: str
CUSIP of the bond.

coupon_rate: float
Coupon rate of the bond.