EXCEL YIELDMAT FUNCTION

The YIELDMAT function in Excel computes the yearly yield of an investment that pays interest when it matures.

Syntax :

=YIELDMAT( settlement, maturity, issue, rate, pr, [basis] )

Parameters :

  • settlement – The day on which the security is supposed to be settled (i.e. the date that the coupon is buy).
  • maturity – The date on which the security will reach maturity (i.e. the date that the coupon expires).
    The date on which the securities was issued is referred to as its issuance date.
  • rate – The interest rate on the security on the day it was issued.
  • pr – The price of the bond per $100 of face value.
  • [basis] – An optional integer input specifying the security’s financial day count base. Values that might be used include:
  • BasisDay Count Basis
    0 (or omitted)US (NASD) 30/360
    1actual/actual
    2actual/360
    3actual/365
    4European 30/360

Step By Step Guide of YIELDMAT Function

Example :

  • The Excel Yieldmat function is used to compute the yearly yield for a security acquired on January 1, 2017, with an issuance date of July 1, 2014 and a maturity date of June 30, 2018.
  • The interest rate at the time of issuance is 5.5 percent, and the security costs $101 per $100 face value.
  • The 30/360 day count basis is used in the United States (NASD):
  • The yield calculated by the Yieldmat function above is 4.21 percent.
Yieldmat Function
  • #NUM! – Occurs if one of the following conditions is met: the issue date is the settlement date; the settlement date is the maturity date;
    For the rate, pr, or [base] arguments, invalid numbers are specified.
    (That is, if either rate 0; pr 0; or [base] is any number other than 0, 1, 2, 3, or 4).
  • #VALUE! – If either of the following criteria is met:
    Any of the provided arguments are non-numeric; the provided settlement, maturity, or issuance dates are not valid Excel dates.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now