Insights
Yield to Maturity (YTM), Explained
Alphanume Team · June 3, 2026
The all-in return on a bond held to the end — what it measures, how it's solved, and what it assumes about the world.
Yield to maturity (YTM) is the single discount rate that makes the present value of every cash flow a bond will ever pay — every coupon plus the face value returned at maturity — exactly equal to the bond's current market price. It is, in precise terms, the bond's internal rate of return. Investors use a bond pricing calculator to see how price and yield move together, but YTM is the number that condenses the entire future cash flow stream into one comparable figure. Before you can interpret a yield screen, parse a Bloomberg quote, or sensibly compare a corporate to a Treasury, you need to understand what YTM is actually saying.
What yield to maturity measures
A bond pays periodic coupons and returns its principal at maturity. Neither the coupon payments nor the redemption value changes after issue — what changes is the price the market is willing to pay today. YTM answers a simple question: if you buy at the current price and hold the bond to maturity, collecting every coupon along the way and reinvesting them, what annualised return do you earn?
Formally, for a bond with face value F, annual coupon C, n periods to maturity, and current price P, YTM is the rate y that solves:
P = C/(1+y) + C/(1+y)2 + … + C/(1+y)n + F/(1+y)n
That is the definition — no approximation, no shortcut. The left side is what you pay today; the right side is the discounted value of what you receive. YTM is the y that balances the equation.
Why there is no closed-form solution — and how yield to maturity calculator tools solve it
The equation above is a polynomial of degree n in (1+y). For n larger than four, Abel's theorem says there is no general algebraic solution. A ten-year bond with semi-annual coupons produces a 20th-degree polynomial. You cannot rearrange it to isolate y.
The solution is numerical iteration. Two standard methods:
- Newton-Raphson. Start with a guess y0, compute the price it implies, compare to the market price, and use the gradient of the price-yield function to update the guess. Converges in a handful of iterations when the initial guess is reasonable.
- Bisection. Bracket the solution — find a rate that prices the bond too high and one that prices it too low — then bisect the interval repeatedly. Slower but guaranteed to converge.
A quick approximation that avoids iteration entirely: y ≈ [C + (F − P)/n] / [(F + P)/2]. For a $1,000 face bond priced at $950 with a $60 annual coupon and 10 years to maturity: numerator = 60 + (1000 − 950)/10 = 60 + 5 = 65; denominator = (1000 + 950)/2 = 975; approximate YTM ≈ 65/975 ≈ 6.67%. The true YTM found iteratively is closer to 6.71% — close enough to orient intuition, not precise enough for execution.
The three assumptions baked in
YTM is a precise concept built on three assumptions that are almost never perfectly met in practice:
- Held to maturity. The calculation assumes you hold the bond until it redeems at par. Sell early and your actual realised yield depends on the exit price, which is unknown today.
- No default. YTM takes every scheduled cash flow at face value. It makes no adjustment for the probability that the issuer fails to pay. This is why a high-yield bond's YTM overstates its expected return — part of the spread compensates for default risk, not just time value.
- Coupons reinvested at the YTM. The IRR logic requires that intermediate cash flows compound at the same rate. If you reinvest coupons at a lower rate — because rates have fallen — your actual compounded return will be less than the YTM promised at purchase. This is reinvestment risk, and it grows with the bond's coupon rate and its time to maturity.
Understanding these assumptions is the first step toward reading about current yield versus YTM and knowing when each number is the right tool.
YTM vs. coupon rate vs. current yield
Three yield concepts circulate in fixed-income markets and it is easy to conflate them:
| Concept | Definition | Ignores |
|---|---|---|
| Coupon rate | Annual coupon / face value | Market price, time value |
| Current yield | Annual coupon / current price | Capital gain/loss at maturity, time value |
| Yield to maturity | IRR of all cash flows at current price | Default risk, reinvestment rate variation |
For the bond in the example above — $950 price, $60 coupon, $1,000 face — the coupon rate is 6.00%, the current yield is 60/950 = 6.32%, and YTM is 6.71%. The discount bond trades below par, so all three yields line up in ascending order: coupon rate < current yield < YTM. A premium bond (price above par) reverses the ordering: YTM < current yield < coupon rate. When a bond trades at par, all three converge. This relationship is a useful sanity check. For a deeper treatment of pricing a bond from first principles, the mechanics are the same ones embedded in the YTM equation.
Price-yield relationship: inverse and convex
Price and yield move in opposite directions — this is the foundational fact of fixed income. When market rates rise, the present value of fixed future cash flows falls, so the bond's price falls. When rates fall, prices rise. The relationship is not linear; it is convex: price falls less for a one-point rise in yield than it gains for a one-point fall. This asymmetry is convexity, and it is a property investors seek. Duration captures the linear approximation — a bond with duration 7 loses roughly 7% in price for each 1% rise in yield — while convexity accounts for the curvature that duration misses over larger moves.
Premium bonds carry a different set of risks than discount bonds even at the same YTM. A premium bond has a high coupon relative to the current rate, so more of its return comes from coupons (exposed to reinvestment risk) and less from price appreciation. A discount bond's return relies more on the pull to par at maturity, which is certain if held and the issuer does not default. Neither structure is inherently better; they represent different profiles of when and how the return is delivered.
Putting YTM to work
YTM is most useful as a normalised comparator across bonds with different coupons, maturities, and prices. It compresses the entire cash flow schedule into one annualised number, making a 4% coupon 30-year Treasury comparable to a 7% coupon 5-year corporate — at least in rate terms, before adjusting for credit and duration. Spread analysis — comparing a corporate's YTM to the YTM of a Treasury of similar maturity — is how fixed-income markets price credit risk. A spread of 180 basis points does not mean the corporate is 1.8% better; it means the market demands 1.8% of additional yield to compensate for the credit, liquidity, and tax differences between the two instruments.
For hands-on analysis, start with the exact iterative solution. The approximation formula orients your intuition, but actual trade decisions — and any comparison across instruments — require the precise YTM that a numerical solver returns.