ComeçarComece de graça

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 exercício faz parte do curso

Bond Valuation and Analysis in Python

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

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