Skip to main content

bond_prices

Corporate Bond Prices.

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


Returns

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

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.