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.

Optional: True


issuer_name: str

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

Optional: True


isin: Union[list, str]

International Securities Identification Number(s) of the bond(s).

Optional: True


lei: str

Legal Entity Identifier of the issuing entity.

Optional: True


currency: Union[list, str]

Currency of the bond. Formatted as the 3-letter ISO 4217 code (e.g. GBP, EUR, USD).

Optional: True


coupon_min: float

Minimum coupon rate of the bond.

Optional: True


coupon_max: float

Maximum coupon rate of the bond.

Optional: True


issued_amount_min: int

Minimum issued amount of the bond.

Optional: True


issued_amount_max: str

Maximum issued amount of the bond.

Optional: True


maturity_date_min: date

Minimum maturity date of the bond.

Optional: True


maturity_date_max: date

Maximum maturity date of the bond.

Optional: True

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.