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

NameTypeDescriptionDefaultOptional
countrystrThe country to get data. Matches partial name.NoneTrue
issuer_namestrName of the issuer. Returns partial matches and is case insensitive.NoneTrue
isinUnion[List, str]International Securities Identification Number(s) of the bond(s).NoneTrue
leistrLegal Entity Identifier of the issuing entity.NoneTrue
currencyUnion[List, str]Currency of the bond. Formatted as the 3-letter ISO 4217 code (e.g. GBP, EUR, USD).NoneTrue
coupon_minfloatMinimum coupon rate of the bond.NoneTrue
coupon_maxfloatMaximum coupon rate of the bond.NoneTrue
issued_amount_minintMinimum issued amount of the bond.NoneTrue
issued_amount_maxstrMaximum issued amount of the bond.NoneTrue
maturity_date_mindateMinimum maturity date of the bond.NoneTrue
maturity_date_maxdateMaximum maturity date of the bond.NoneTrue
providerLiteral['tmx']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'tmx' if there is no default.tmxTrue

Data

NameTypeDescription
isinstrInternational Securities Identification Number of the bond.
leistrLegal Entity Identifier of the issuing entity.
figistrFIGI of the bond.
cusipstrCUSIP of the bond.
coupon_ratefloatCoupon rate of the bond.