The ACCRINT method in Excel File returns actual accumulated interest for a property that pays interest on a recurring basis.
The ACCRINT function is an Excel constructed function that is classified as a Financial Function. It may be used in Excel as a worksheet function (WS). The ACCRINT method is a worksheets function that may be used as part of a formula in a worksheet cell.
Syntax:
=ACCRINT( issue_date, first_interest_date, settlement_date, rate, par, frequency, [basis], [calculation_method] )
Parameters:
Issue_date:
First_interest_date:
Settlement_date:
Rate:
Par:
Frequency:
Value | Explanation |
---|---|
1 | Annual payments |
2 | Semi-annual payments |
4 | Quarterly payments |
Basis:
Value | Explanation |
---|---|
0 | US (NASD) 30/360 |
1 | Actual/Actual |
2 | Actual/360 |
3 | Actual/365 |
4 | European 30/360 |
Optional. It is either of the following values:
Value | Explanation |
---|---|
0 | Calculates the accrued interest from first_interest_date to settlement_date |
1 | Calculates the accrued interest from issue_date to settlement_date |
Returns:
Applies To:
Type of Function:
Let’s look at some Excel ACCRINT function examples and learn how to utilise the ACCRINT function in Microsoft Excel as a worksheet function:
=ACCRINT(B1,B2,B3,B4,B5,B6,B7,B8)
Result: 32.3630137
Ask Your Query