Returns the accrued interest for a security that pays periodic interest.
구문
ACCRINT(issue, first_interest, settlement, rate, par, frequency, [basis])인수
issue필수
The security's issue date.
first_interest필수
The security's first interest date.
settlement필수
The security's settlement date.
rate필수
The security's annual coupon rate.
par필수
The security's par value; if omitted, it defaults to $1,000.
frequency필수
The number of coupon payments per year (1, 2, or 4).
basis선택
The type of day count basis to use.
The ACCRINT function calculates the interest that has accumulated on a bond or security between its issue date and the settlement date. It is commonly used for financial modeling to determine the value of a security when it is traded between interest payment dates.
=ACCRINT("2023-01-01", "2023-07-01", "2023-04-01", 0.1, 1000, 2)→25Calculates the accrued interest for a $1,000 bond with a 10% coupon rate, paid semi-annually, from Jan 1 to April 1.
Prepare date inputs
Ensure your issue, first interest, and settlement dates are in a format Excel recognizes.
Enter the function
Input the ACCRINT function with the required financial parameters to calculate the interest.
The ACCRINT function will return a #NUM! error.
No, ACCRINT is designed for securities that pay periodic interest.