Skip to main content

Excel ACCRINT Function

The ACCRINT function returns the accrued interest on periodic interest-paying securities.

accrint function 1


Syntax

=ACCRINT(issue, first_interest, settlement, rate, par, frequency, [basis], [calc_method])


Arguments

  • issue (required): The issue date of the security.
  • first_interest (required): The first interest accrual date of the security.
  • settlement (required): The settlement date of the security.
  • rate (required): The annual coupon rate for the security.
  • par (required): The par value of the security. If omitted, ACCRINT uses $1,000.
  • frequency (required): The frequency of the interest payments:
    • frequency = 1, if paid annually;
    • frequency = 2, if paid semi-annually;
    • frequency = 3, if paid quarterly.
  • basis (optional): The type of day count basis to use when calculating interest for the security (default = 0):
    • basis = 0 or omitted, if day count = US (NASD) 30/360;
    • basis = 1, if day count = Actual/actual;
    • basis = 2, if day count = Actual/360;
    • basis = 3, if day count = Actual/365;
    • basis = 4, if day count = European 30/360.
  • calc_method (optional): The calculation method (default = TRUE (1)):
    • calc_method = TRUE or 1, to calculate the accrued interest from issue to settlement;
    • calc_method = FALSE or 0, to calculate the accrued interest from first_interest to settlement.

Return Value

The ACCRINT function returns a numeric value.


Function Notes

  • ACCRINT will return the #VALUE! error if issue, first_interest or settlement is not a valid date.
  • ACCRINT will return the #NUM! error if:
    • rate ≤ 0 or par ≤ 0;
    • frequency is not the number 1, 2, or 4;
    • basis < 0 or basis > 4;
    • issue ≥ settlement.
  • Issue, first_interest, settlement, frequency, and basis are truncated to integers.
  • The result of the formula is a numeric value. To add a currency symbol to it, please apply the Format Cells feature.

Example

As the information shown in the below table, to get the accrued interest for the security that pays periodic interest, please copy or enter the formula below in a blank cell, and press Enter to get the result:

=ACCRINT(C3,C4,C5,C6,C7,C8,C9)

√ Note: The calc_method argument is omitted in this formula. So, the function will calculate the accrued interest from the issue date to settlement date.

accrint function 2

If a bond has the same information above except that the settlement date is October 1, 2021, you can add a DATE function to replace the C5 in the formula:

=ACCRINT(C3,C4,DATE(2021,10,1),C6,C7,C8,C9)

If a treasury bond has the same information above, to calculate the accrued interest from the first interest date to settlement date, you should add the calc_method argument and set it as FALSE:

=ACCRINT(C3,C4,DATE(2021,10,1),C6,C7,C8,C9,FALSE)


Related functions

Excel ACCRINTM Function

The ACCRINTM function returns the accrued interest for a security that pays interest at maturity.


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Description


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations