=ACCRINT(id,fd,sd,rate,par,freq,[basis],[calc])
=ACCRINT(DATE(2018,10,15),DATE(2018,10,15),DATE(2019,2,1),0.05,1000,2,0,TRUE)
The ACCRINT function can be used to calculate the accrued interest for a bond. In this example, the function is formatted to use hardcoded values to determine the amount of interest accrued between specific dates. The function returns $14.72.
=ACCRINT(C9,C9,C8,C6,C5,C12,C13,TRUE)
The ACCRINT function can also be used to calculate the accrued interest for a bond using cells in an Sourcetable spreadsheet as inputs. The syntax for this example is . This example calculates the accrued interest for a bond from cell entries representing a 5% coupon rate, an issue date of 5-Apr-2018, a settlement date of 1-Feb-2019 and a last coupon date of 15-Oct-2018. The function returns $14.72.
The ACCRINT function calculates the accrued interest for a security that pays periodic interest. This function is a useful tool for tracking the interest earned on a security over time.