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.

This exercise is part of the course

Bond Valuation and Analysis in Python

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Bond with price of USD 92 paying 3% coupon for 3 years
bond_a = ____
print("Bond A: ", bond_a)