# ACCRINT

financial · from excel · excel: not yet compared · sheets: not yet compared

accrued interest for a security paying periodic interest

## signature

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

returns: `number`

## arguments

- issue: number — required
- first_interest: number — required
- settlement: number — required
- rate: number — required
- par: number — required
- frequency: number — required
- basis: number — optional
- calc_method: boolean — optional

## examples

formula and result, asserted in the engine test suite.

| formula | result | with |
| --- | --- | --- |
| `=ACCRINT(DATE(2025,3,1), DATE(2025,9,1), DATE(2026,1,15), 0.05, 1000, 2)` | `43.611111111111114` | — |

## errors

error values observed from the engine — each with a call that produces it.

| error | produced by |
| --- | --- |
| `#NUM!` | `=ACCRINT(2, 2, 2, 0.05, 2, 2)` |

## related

- [ACCRINTM](https://deepcalc.com/functions/accrintm.md) — accrued interest for a security paying at maturity
- [AMORDEGRC](https://deepcalc.com/functions/amordegrc.md) — depreciation per period, French accounting, degressive
- [AMORLINC](https://deepcalc.com/functions/amorlinc.md) — depreciation per period, French accounting, linear
- [COUPDAYBS](https://deepcalc.com/functions/coupdaybs.md) — days from coupon period start to settlement
- [COUPDAYS](https://deepcalc.com/functions/coupdays.md) — days in the coupon period containing settlement
- [COUPDAYSNC](https://deepcalc.com/functions/coupdaysnc.md) — days from settlement to the next coupon date
- [COUPNCD](https://deepcalc.com/functions/coupncd.md) — next coupon date after settlement
- [COUPNUM](https://deepcalc.com/functions/coupnum.md) — number of coupons between settlement and maturity

## navigate

- [all financial functions](https://deepcalc.com/functions/financial-functions.md)
- [function index](https://deepcalc.com/functions.md) — all 600 functions
- [error values](https://deepcalc.com/errors.md) · [concepts](https://deepcalc.com/concepts.md) · [limits](https://deepcalc.com/limits.md)
- [everything in one file](https://deepcalc.com/llms-full.txt)

source: https://deepcalc.com/functions/accrint