MS Excel: ODDLPRICE function when the last period is irregular
- Fakhriddinbek

- Apr 28
- 3 min read
ODDLPRICE stands for "Odd Last Period Price". It calculates the price per $100 face value of a bond when the last period is irregular — that is, the final payment doesn’t align perfectly with a normal coupon schedule.

In plain English:If a bond’s final interest payment happens earlier or later than expected, ODDLPRICE gives you the correct bond price.
✅ Normal maturity ➔ Use PRICE
✅ Odd final period ➔ Use ODDLPRICE
When bonds have a shortened or extended final period, the price you should pay for it changes. Ignoring this adjustment can lead to paying too much or too little — a costly mistake for investors.
Proper use of ODDLPRICE = better, smarter, and more accurate bond investing.
Syntax
ODDLPRICE(settlement, maturity, last_interest, rate, pr, redemption, frequency, [basis])
Key Concept: "Odd Last Period"
Bonds typically pay interest at regular intervals.
But sometimes, the last interest period is not a full period — e.g., bond matures 3 months after a 6-month coupon.
ODDLPRICE adjusts for this non-standard period.
Real-World Example
Imagine:
You buy a bond on May 1, 2025.
Bond matures on August 1, 2025 (just 3 months!).
Last full coupon paid on February 1, 2025.
Coupon rate = 4%.
Yield = 3.8%.
Redemption = $100.
Frequency = 2 (semi-annual).
Excel Formula:
=ODDLPRICE(DATE(2025,5,1), DATE(2025,8,1), DATE(2025,2,1), 4%, 3.8%, 100, 2)
✅ Result: Excel gives you a price, for example, $100.25.
Meaning: You should pay $100.25 per $100 face value, accounting for the shorter-than-normal last period.
More Unique ODDLPRICE Scenarios
Secrets to Using ODDLPRICE Correctly
ODDLPRICE vs PRICE
Summary
Precision matters.When bonds behave irregularly — especially near maturity — naive pricing can cost you thousands in a portfolio.
✅ ODDLPRICE guarantees your bond price is correct — even with strange final periods.
✅ Professional bond traders and serious investors use ODDLPRICE to fine-tune investment strategies.
When investing in corporate bonds that often retire earlier than scheduled (early redemption), using ODDLPRICE ensures you never overpay for a maturing asset. Small miscalculations compound over time — smart investors know every cent counts.



Comments