Dividend Rate (Forward)
Returns the forward dividend rate per share, expressed in dollars. This represents the expected annual dividend payment based on declared dividends.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, KO, T |
| ETFs | SYMBOL | VYM, SCHD |
| REITs | SYMBOL | O, VICI |
Notes
- Returns the dollar amount per share
- Returns 0 or "NA" for non-dividend paying stocks
- Forward-looking based on most recent declarations
Syntax
=DividendRate(Symbol)Examples
=DividendRate("AAPL")=DividendRate("KO")=DividendRate("T")=DividendRate("VYM")=DividendRate(A1)=DividendRate("JNJ")*500When to Use
- Looking up dividend dollar amount
- Calculating portfolio dividend income
- Comparing dividend amounts
- Income planning and projections
When NOT to Use
Common Issues & FAQ
What's the difference between DividendRate and ForwardAnnualDividendRate?
Both return forward dividend per share. They may use slightly different data sources or calculation methods. Try both if values differ.
Why am I getting 0?
The company does not pay dividends (e.g., AMZN, TSLA, META).
Is this per quarter or per year?
This is the annual rate. Divide by 4 for quarterly estimate (for typical quarterly payers).
