PRICE
Returns the price per $100 face value of a security that pays periodic interest.
FinancialFinance & Accounting
What it does
Calculates price of a bond paying periodic interest.
Syntax
PRICE(settlement, maturity, rate, yld, redemption, frequency, [basis])
Arguments
settlement(date) β Settlement date.maturity(date) β Maturity date.rate(number) β Coupon rate.yld(number) β Yield.redemption(number) β Redemption value.frequency(number) β Coupons per year.
Examples
Bond Price
Calculate price.
FORMULA
=PRICE(A2, B2, 0.06, 0.05, 100, 2)
RESULT
108.42
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | Set | Mat |
| 2 | 2023-01-01 | 2033-01-01 |