Skip to main content

bond_prices

Corporate Bond Prices.

Examples

from openbb import obb
obb.fixedincome.corporate.bond_prices(provider='tmx')

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

Returns

OBBject
results : List[BondPrices]
Serializable results.

provider : Optional[Literal['tmx']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

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.