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
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
Q: What's the difference between DividendRate and ForwardAnnualDividendRate? A: Both return forward dividend per share. They may use slightly different data sources or calculation methods. Try both if values differ.
Q: Why am I getting 0? A: The company does not pay dividends (e.g., AMZN, TSLA, META).
Q: Is this per quarter or per year? A: This is the annual rate. Divide by 4 for quarterly estimate (for typical quarterly payers).
