MS Excel: TBILLEQ function for treasury bills
- Fakhriddinbek

- Apr 30
- 2 min read
In fixed-income investing, Treasury bills (T-bills) are one of the most common short-term government securities. They are zero-coupon instruments, sold at a discount and redeemed at face value.
While the discount rate is traditionally used to quote yields on T-bills, it's not directly comparable to bond-equivalent yields used for other instruments. That's where Excel's TBILLEQ function becomes essential.

The TBILLEQ function returns the bond-equivalent yield (BEY) for a Treasury bill. This allows investors to compare T-bills with bonds that pay interest on a semiannual basis.
It adjusts the T-bill's discount rate into an annualized yield using a bond-equivalent basis.
Syntax
=TBILLEQ(settlement, maturity, discount)
Argument Details:
Dates must be entered using Excel's valid date format (e.g., DATE(2025, 4, 1)).
Example: Calculate Equivalent Yield
Scenario: A 90-day Treasury bill is purchased on April 1, 2025, matures on June 30, 2025, and has a discount rate of 2.5%. What is the bond-equivalent yield?
=TBILLEQ(DATE(2025,4,1), DATE(2025,6,30), 0.025)
Result: 0.02532 or 2.532%
This value is the bond-equivalent annual yield, which is more directly comparable to yields from coupon-paying instruments like Treasury notes or corporate bonds.
Why Use TBILLEQ?
Related Functions
Use TBILLEQ specifically when you need to express the T-bill return as a bond-equivalent annual yield.
Tips and Best Practices
Best Practice: Use Excel’s DATE() function to ensure clean, reliable input for settlement and maturity.
Summary Table
Final Thoughts
The TBILLEQ function is a critical tool in any fixed-income investor's Excel toolbox. It bridges the gap between discount-based and interest-bearing yield conventions, ensuring transparent, comparable analysis across instruments.
Whether you are:
Comparing short-term government securities
Building fixed-income dashboards
Educating clients on T-bill returns
TBILLEQ offers an efficient and precise way to calculate realistic, bond-equivalent yields.



Comments