Dividend Frequency
Returns how often a company pays dividends (e.g., Quarterly, Monthly, Semi-Annual, Annual).
Examples
=DividendFrequency("AAPL")=DividendFrequency("O")When to Use
- Income portfolio planning
- Cash flow timing analysis
- Dividend strategy selection
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Dividend amount | DividendPerShare() |
| Next payment date | DividendPayDate() |
Common Issues & FAQ
Q: What frequencies are possible? A: Monthly, Quarterly, Semi-Annual, Annual, or Irregular.
