ComenzarEmpieza gratis

Comparing coupon bond yields

Often you will be presented with several bonds with different characteristics, and it isn't clear which one has the highest yield.

In these cases, it can be helpful to find their yields in order to compare them properly, since the yield tells you which bond will give you the greatest return on your investment.

In this exercise, you will use the npf.rate() to compare three different bonds.

numpy_financial has already been imported for you as npf.

Este ejercicio forma parte del curso

Bond Valuation and Analysis in Python

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Bond with price of USD 92 paying 3% coupon for 3 years
bond_a = ____
print("Bond A: ", bond_a)
Editar y ejecutar código