How to Calculate Accrued Interest at Maturity Using ACCRINTM in Excel

When you are auditing a highly complex fixed-income portfolio in Microsoft Excel, calculating the accrued interest for a security that exclusively pays its interest at the absolute maturity date requires specialized mathematical calculus. If you attempt to use standard accrued interest formulas (which assume periodic coupon payouts), the resulting financial data will be catastrophically corrupted. To force the Excel engine to execute a flawless calculation for maturity-paying securities, you must use the ACCRINTM function.

Understanding the ACCRINTM Architecture

The ACCRINTM (Accrued Interest at Maturity) function is an advanced financial engine. It calculates the exact accrued interest for a security that does not pay periodic coupons, but instead mathematically accumulates interest from the issue date until the final maturity date.

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

  • issue: The exact chronological date the security was originally issued to the market.
  • settlement: The absolute date the buyer takes possession of the security (the trade date).
  • rate: The security’s exact annual interest rate.
  • par: The physical par value (face value) of the security (e.g., $1,000).
  • [basis]: An optional integer (0 to 4) that forces the engine to use a specific day-count methodology. If omitted, Excel defaults to the US (NASD) 30/360 system.

Executing the Financial Calculation

Imagine you are analyzing a specialized security. The original issue date was March 1, 2022 (A2). The settlement date is September 15, 2024 (A3). The interest rate is 6.5% (A4). The par value is exactly $10,000 (A5).

To calculate the exact accrued interest up to the settlement date, click an empty cell and type:

=ACCRINTM(A2, A3, A4, A5)

The exact millisecond you press Enter, the engine executes the calculus matrix, measuring the massive chronological gap between the issue date and the settlement date, and outputs the pristine accrued interest (e.g., $1,652.08). This proves mathematically how much interest the security has accumulated leading up to the transaction.

CRITICAL ARCHITECTURAL WARNING: You must format the rate argument as an explicit decimal (e.g., 0.065) or percentage (6.5%). Inputting raw integers will violently corrupt the entire financial matrix.

Get the best tech tips delivered straight to your inbox.

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