logo
excelfunctions.org
bookmarks

COUPNCD

Returns the next coupon date after the settlement date.

FinancialFinance & Accounting

What it does

Calculates the next coupon date after settlement.

Syntax

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

Arguments

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

Examples

Next Coupon Date

Find next payment date.

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