How to Calculate Accrued Interest at Maturity Using ACCRINTM in Excel

When you are trading a highly specific class of debt instruments that do not pay periodic coupons but instead pay a single lump sum of interest exclusively at maturity, executing standard periodic accrual formulas will output mathematically flawed financial data. If you sell this bond before it matures, you must calculate the exact fractional interest accrued up to the precise date of settlement. To force the Microsoft Excel engine to execute this exact, non-periodic calculus, you must deploy the ACCRINTM function.

Understanding the ACCRINTM Architecture

The ACCRINTM (Accrued Interest at Maturity) function is an advanced algorithmic engine designed exclusively for maturity-interest securities. It ingests the exact chronological dates of issue and settlement, along with the coupon rate and par value. It bypasses periodic compounding entirely, executing a linear calculation to determine the exact absolute numerical value of interest accrued from the issue date to the specific moment of settlement.

The syntax requires exactly four mandatory arguments: =ACCRINTM(issue, settlement, rate, par, [basis])

  • issue: The absolute chronological date the security was originally issued.
  • settlement: The exact date you physically purchase or sell the bond (prior to maturity).
  • rate: The annual coupon rate mathematically attached to the security at issue.
  • par: The face value of the security (usually $1,000 or $100).

Executing the Terminal Accrual Calculus

Imagine your firm sells a maturity-interest bond on April 15, 2024 (Cell A2 – settlement). It was originally issued on January 1, 2023 (Cell A1 – issue). The stated annual rate is 5.25% (Cell A3). The par value is exactly $1,000 (Cell A4).

To execute the precise extraction of the accrued interest, click an empty cell and type:

=ACCRINTM(A1, A2, A3, A4)

The exact millisecond you press Enter, the Excel engine intercepts the data array. It calculates the exact number of physical days between January 2023 and April 2024. It mathematically applies the 5.25% annual rate across that specific fractional timeframe against the $1,000 base. It outputs the highly precise absolute decimal integer: 67.52.

This provides mathematical proof that exactly $67.52 in interest has accrued on the instrument up to the exact date of settlement.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.