Weighted Average Shares Diluted (Historical)
Returns the weighted average number of diluted shares outstanding during a fiscal period. This includes basic shares plus the dilutive effect of stock options, warrants, convertible securities, and other potentially dilutive instruments.
Parameters
| Parameter | Required | Description |
|---|---|---|
| Symbol | Yes | Stock ticker symbol (e.g., AAPL, MSFT) |
| Year | Yes | Fiscal year (2023) or period code (lq, ly) |
| Quarter | No | Quarter number 1-4 (default: 1) |
| TTM | No | Set to "TTM" for trailing twelve months |
Period Codes
| Code | Description |
|---|---|
lq |
Last reported quarter |
lq-1 |
One quarter ago |
ly |
Last fiscal year |
ly-1 |
Previous fiscal year |
lt |
Last twelve months (TTM) |
Notes
- Includes basic shares plus dilutive securities
- Uses treasury stock method for options/warrants
- Uses if-converted method for convertibles
- May equal basic shares if dilution is antidilutive
Examples
=hf_Weighted_Average_Shares_Diluted("AAPL", 2023, 4)=hf_Weighted_Average_Shares_Diluted("MSFT", "ly")=hf_Weighted_Average_Shares_Diluted("NVDA", 2023, , "TTM")=hf_Weighted_Average_Shares_Diluted(A1, B1, C1)When to Use
- Calculating diluted EPS manually
- Measuring potential dilution from stock compensation
- Tech company analysis with significant equity compensation
- Conservative market cap estimates
- Understanding fully diluted equity value
When NOT to Use
Common Issues & FAQ
Q: Why might diluted shares equal basic shares? A: If including dilutive securities would increase EPS (antidilutive), they're excluded, making diluted = basic.
Q: How much dilution is typical? A: Varies by industry. Tech companies often have 2-5% dilution from stock options. Calculate: (Diluted - Basic) / Basic.
Q: Does this include all outstanding options? A: Only "in the money" options that would be dilutive are included, using the treasury stock method.
