Calculates the annual yield for a security with periodic interest.
Syntax
settlement: Date of purchase of the security. Eg., "2/1/2018"
rate: The interest rate per period. Eg., 2.33%
price: The price of the security. Eg., 500
frequency: Number of interest payments per year (1, 2, or 4). Eg., 2
basis: Indicates the day count method to use. Defaults to 0 if omitted.
Examples
|
Formula |
Result |
|
=YIELD(A2;B2;C2;D2;E2;F2;G2) |
$5 |
|
=YIELD(A3;B3;C3;D3;E3;F3;G3) |
$2 |
|
=YIELD(A4;B4;C4;D4;E4;F4;G4) |
$6 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions