Forward Annual Dividend Rate
Returns the forward annual dividend rate per share, expressed in dollars. This is the projected annual dividend based on the most recent dividend payment, annualized.
Calculation
Forward Annual Dividend = Most Recent Quarterly Dividend * 4For monthly payers:
Forward Annual Dividend = Most Recent Monthly Dividend * 12Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT, JNJ |
| ETFs | SYMBOL | VYM, SCHD |
| REITs | SYMBOL | O, VICI |
Notes
- Returns the dollar amount per share
- Forward-looking projection, not guaranteed
- Based on most recent dividend payment
Syntax
=ForwardAnnualDividendRate(Symbol)Returns
Forward annual dividend per share in dollars
Examples
=ForwardAnnualDividendRate("AAPL")=ForwardAnnualDividendRate("MSFT")=ForwardAnnualDividendRate("JNJ")=ForwardAnnualDividendRate("AAPL")*100When to Use
- Calculating expected dividend income
- Comparing dividend amounts across stocks
- Portfolio income projection
- Dividend growth analysis
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need yield percentage | DividendYield() |
| Need trailing dividend | DividendRate() |
| Need forward yield % | ForwardAnnualDividendYield() |
| Need dividend dates | Ex_DividendDate() |
Common Issues & FAQ
Why is this different from DividendRate()?
ForwardAnnualDividendRate() is forward-looking (projected), while DividendRate() may use different calculation methods or trailing data.
Is this guaranteed?
No, it's a projection based on the most recent dividend. Companies can change their dividend at any time.
How do I calculate my annual income?
Multiply by your number of shares: =ForwardAnnualDividendRate("AAPL")*100 for 100 shares.
Excel Templates Using Forward Annual Dividend Rate
These ready-made MarketXLS templates call ForwardAnnualDividendRate() in their worksheet formulas. Open one to see the function working inside a complete model.
Related Formulas
More MarketXLS Dividends formulas you can use in the same worksheet:
- Total Dividends Between Two Dates
- Consecutive Period of Increasing Dividend Payout
- Consecutive Period of Uninterrupted Dividend
- Dividend Date
- Dividend Frequency
- Dividend Pay Date
- Dividend Per Share (TTM)
- Dividend Per Share 5 Year CAGR
See ForwardAnnualDividendRate used in a complete workbook: VTSAX: Complete Guide to Vanguard's Total Stock Market Fund (2026)
