The COUPDAYS Function[1] is categorized under financial functions. It helps calculate the number of days in the coupon period that contains the settlement date. Coupon bonds are bonds that pay interest before the maturity of the bond.
As a bond purchaser, we will be interested in knowing how long we need to wait until we receive our first interest payment. The COUPDAYS function helps in calculating the number of days between a coupon period’s beginning and settlement date.
The COUPDAYS function uses the following arguments:
Settlement (required argument) – This is the settlement date of a given security. It is the date after the security is traded to the buyer.
Maturity (required argument) – This is the date when the security expires.
Frequency (required argument) – The number of coupon payments per year. The argument can take a value of 1 (annual payment), 2 (semi-annual payments), or 4 (quarterly payments).
Basis (optional argument) – It specifies the day count basis to be used. It uses one of the following values:
Basis
Day Count basis
0 or omitted
US(NASD) 30/360
1
Actual/actual
2
Actual/360
3
Actual/365
4
European 30/360
The function will default to 0 when omitted. It indicates that the days in the month are counted using the US 30-day method with a 360-day year. When we enter 1 as the basis, the function uses the actual number of days in the month and year. Whereas, when we enter 2, it will count the actual days in the month with a 360-day year, while 3 will assume a 365-day year. When we enter 4 as the basis, it is the same as 1 except that it uses the European 30-day method.
How to use COUPDAYS Function in Excel?
To understand the uses of the COUPDAYS function, let’s consider a few examples:
Example 1
Let’s see how the COUPDAYS function works when are given the following data:
Additionally, we are told that 2 payments are made per year.
Using the formula =COUPDAYS(C5,C6,C7), we get the result of 180. We left the basis as 0 so the function used the US 30/360 as count days.
Example 2
As the COUPDAYS function doesn’t accept dates in text format, we need to convert them into a DATE format. Let’s see an example to understand it. Suppose we are given the following data:
As we need to find the number of days using the function, we need to first convert the dates given into text format.
The formula to be used would be =COUPDAYS(DATE(2017,1,31),DATE(2022,2,25),1,2).
The result we get here is 360. Excel first converted the dates in text format into proper dates and then calculated the number of days.
Few notes about the COUPDAYS Function
#NUM! error – Occurs in the following scenarios:
When the settlement date provided is greater than or equal to (≥) the maturity date.
When the given frequency argument provided by the user is not equal to 1, 2 or 4.
When the given basis argument is a number other than 0, 1, 2, 3 or 4.
#VALUE! error – Occurs in the following scenarios:
When the given settlement date or maturity date is not a valid date. Remember that we need to enter dates in date format or else use the DATE function to convert them into a proper date format. The function doesn’t work when dates given are in text format. For example, =COUPDAYS(“1/25/2023″,”11/15/2024”,2,1) = #VALUE.
Any of the arguments given are non-numeric.
The COUPDAYS function truncates all arguments to integers.
Thanks for reading CFI’s guide to the COUPDAYS Excel function. By taking the time to learn and master Excel functions, you’ll significantly speed up your financial analysis. To learn more, check out these additional CFI resources:
Take your learning and productivity to the next level with our Premium Templates.
Upgrading to a paid membership gives you access to our extensive collection of plug-and-play Templates designed to power your performance—as well as CFI's full course catalog and accredited Certification Programs.
Gain unlimited access to more than 250 productivity Templates, CFI's full course catalog and accredited Certification Programs, hundreds of resources, expert reviews and support, the chance to work with real-world finance and research tools, and more.