ACCRINT Function

Excel Functions › Financial

All versions Financial

The Excel ACCRINT function returns the accrued interest for a security that pays periodic interest. Settlement and maturity are dates wrap them in DATE() so Excel reads them correctly..


Quick answer:
=ACCRINT(DATE(2026,1,1), DATE(2026,7,1), DATE(2026,4,1), 5%, 1000, 2) // interest accrued to settlement

Syntax

=ACCRINT(issue, first_interest, settlement, rate, par, frequency, [basis], [calc_method])
ArgumentDescription
issueRequiredIssue date.
first_interestRequiredFirst interest date.
settlementRequiredSettlement date.
rateRequiredAnnual coupon rate.
parRequiredPar value (default 1000).
frequencyRequiredCoupons per year.
basisOptionalDay-count basis.
calc_methodOptionalTRUE (default) accrues from issue; FALSE from last coupon.

How to use it

ACCRINT returns the accrued interest for a security that pays periodic interest. Settlement and maturity are dates wrap them in DATE() so Excel reads them correctly..

=ACCRINT(DATE(2026,1,1), DATE(2026,7,1), DATE(2026,4,1), 5%, 1000, 2) // interest accrued to settlement

Try it: interactive demo

Live demo

This is the formula pattern ACCRINT uses — copy it into Excel with your own numbers.

Result: computed in Excel

Practice workbook

📊
Download the free ACCRINT practice workbook
Every example on this page, ready to open in Excel — plus practice challenges with answers on a separate tab. No sign-up required.

Frequently asked questions

How do I enter the dates?
Wrap settlement and maturity in DATE(year,month,day) so Excel reads real dates, not text.
Which Excel versions support it?
All modern versions.
Why might it return #NUM! or #VALUE!?
Out-of-range arguments (e.g. negative rate or settlement after maturity) give #NUM!; non-numeric inputs give #VALUE!.

Master functions like this in one day

This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related functions: PRICE · YIELD · DURATION · COUPNUM