logo
excelfunctions.org
bookmarks

COUPDAYS

Returns the number of days in the coupon period that contains the settlement date.

FinancialFinance & Accounting

What it does

Returns the total number of days in the coupon period containing the settlement date.

Syntax

COUPDAYS(settlement, maturity, frequency, [basis])

Arguments

  • settlement(date) β€” Settlement date.
  • maturity(date) β€” Maturity date.
  • frequency(number) β€” Coupons per year.

Examples

Days in coupon period

Count total days in the current period.

FORMULA
=COUPDAYS(DATE(2023,1,25), DATE(2023,11,15), 2, 1)
RESULT
181
SAMPLE DATA
AB
1SettlementMaturity
22023-01-252023-11-15