Weighted Average Share Growth (Historical)
Returns the historical growth rate of weighted average shares outstanding. This measures share dilution or buyback activity.
Formula
Share Growth = (Current Shares - Prior Shares) / Prior Shares
Parameters
| Parameter | Required | Description |
|---|---|---|
| Symbol | Yes | Stock ticker symbol |
| Year | Yes | Fiscal year or period code |
| Quarter | No | Quarter 1-4 |
| TTM | No | "TTM" for trailing twelve months |
Interpretation
- Negative values indicate share buybacks (shareholder-friendly)
- Positive values indicate dilution
- Important for EPS growth analysis
Examples
=hf_Weighted_Average_Share_Growth("AAPL", 2023, 4)=hf_Weighted_Average_Share_Growth("TSLA", "ly")=hf_Weighted_Average_Share_Growth("GOOGL", 2023, , "TTM")When to Use
- Analyzing dilution impact
- Tracking buyback programs
- Understanding EPS drivers
- Shareholder value assessment
When NOT to Use
Common Issues & FAQ
Q: Why is share growth negative? A: Negative growth indicates share buybacks reducing outstanding shares.
Q: How does this affect EPS? A: Fewer shares means higher EPS even with flat earnings.
