Rental Yield Calculator Formula
Understand the math behind the rental yield calculator. Each variable explained with a worked example.
Formulas Used
Gross Rental Yield
gross_yield = (annual_rent / property_price) * 100Net Rental Yield
net_yield = (net_income / property_price) * 100Annual Net Income
annual_net_income = net_incomeVariables
| Variable | Description | Default |
|---|---|---|
property_price | Property Purchase Price(USD) | 300000 |
monthly_rent | Monthly Rental Income(USD) | 2500 |
annual_expenses | Annual Operating Expenses(USD) | 6000 |
annual_rent | Derived value= monthly_rent * 12 | calculated |
net_income | Derived value= annual_rent - annual_expenses | calculated |
How It Works
Rental Yield Explained
Rental yield measures the annual return a property generates from rent relative to its purchase price.
Formulas
Gross Yield = (Annual Rent / Property Price) x 100
Net Yield = (Annual Rent - Expenses) / Property Price x 100
Key Differences
Worked Example
A $300,000 property rents for $2,500/month with $6,000 annual expenses.
property_price = 300000monthly_rent = 2500annual_expenses = 6000
- 01Annual rent: $2,500 x 12 = $30,000
- 02Gross yield: $30,000 / $300,000 x 100 = 10.00%
- 03Net income: $30,000 - $6,000 = $24,000
- 04Net yield: $24,000 / $300,000 x 100 = 8.00%
Ready to run the numbers?
Open Rental Yield Calculator