Preferred Shares (Historical)
Returns the historical number of preferred shares outstanding for a company. Preferred shares are a class of stock that typically pays fixed dividends and has priority over common stock in dividend payments and liquidation.
Supported Symbols
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | BAC, WFC |
| ETFs | SYMBOL | SPY, QQQ |
| International | SYMBOL | Various |
Parameters
| Parameter | Description |
|---|---|
| Symbol | Stock ticker symbol |
| Year | Fiscal year (2020, 2021) or period code (lq, ly, lt) |
| Quarter | Optional: 1, 2, 3, or 4 for quarterly data |
| TTM | Optional: Set to "TTM" for trailing twelve months |
Preferred vs Common Shares
| Feature | Preferred | Common |
|---|---|---|
| Dividends | Fixed, priority | Variable |
| Voting | Usually none | Yes |
| Liquidation | Priority | Last |
| Growth | Limited | Unlimited |
Notes
- Many companies have zero preferred shares
- Banks and utilities often issue preferred stock
- Preferred shares are deducted from equity for book value per share calculation
Examples
=hf_Preferred_shares("BAC", 2023)=hf_Preferred_shares("WFC", 2023, 2)=hf_Preferred_shares("C", "ly")=hf_Preferred_shares("JPM", 2023, , "TTM")=hf_Preferred_shares(A1, B1, C1)When to Use
- Analyzing capital structure
- Calculating book value per common share
- Understanding dividend obligations
- Bank and financial analysis
- Capital structure comparison
When NOT to Use
Common Issues & FAQ
Q: Why do I get zero for most companies? A: Many companies, especially tech companies, don't issue preferred stock. It's more common in financial services and utilities.
Q: Why are preferred shares important? A: Preferred dividends must be paid before common dividends. Understanding preferred share count helps assess dividend obligations and true book value per common share.
Q: Why am I getting "NA"? A: The company may not have preferred shares, or the data may not be available for that period.
