Dividend Yield Calculator Formula
Understand the math behind the dividend yield calculator. Each variable explained with a worked example.
Formulas Used
Dividend Yield
dividend_yield = share_price > 0 ? annual_dividend / share_price * 100 : 0Annual Dividend Income
annual_income = annual_dividend * shares_ownedMonthly Dividend Income
monthly_income = annual_income / 12Variables
| Variable | Description | Default |
|---|---|---|
annual_dividend | Annual Dividend per Share(USD) | 3.5 |
share_price | Current Share Price(USD) | 100 |
shares_owned | Shares Owned | 100 |
How It Works
Dividend Yield Formula
Yield = Annual Dividend per Share / Share Price × 100%
Dividend yield indicates the return from dividends alone, not including capital gains.
Worked Example
A stock paying $3.50 annual dividend at $100 per share, owning 100 shares.
annual_dividend = 3.5share_price = 100shares_owned = 100
- 01Yield = $3.50 / $100 × 100 = 3.5%
- 02Annual income = $3.50 × 100 = $350
- 03Monthly income = $350 / 12 = $29.17
Ready to run the numbers?
Open Dividend Yield Calculator