Skip to Content

COUPNUM

Returns the number of coupons payable between the settlement date and maturity date

Syntax

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

Parameters

  • settlement: Required. The security's settlement date
  • maturity: Required. The security's maturity date
  • frequency: Required. The number of coupon payments per year
  • basis: Optional. The type of day count basis

Example

=COUPNUM("01/25/2024", "11/15/2027", 2, 1)
Returns: NumberSince: Excel 2003