Invested Capital Average (Historical)
Returns the historical average invested capital for a company. Using average invested capital helps normalize ROIC calculations.
Formula
Average Invested Capital = (Beginning Invested Capital + Ending Invested Capital) / 2
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 |
Examples
=hf_Invested_Capital_Average("AAPL", 2023, 4)=hf_Invested_Capital_Average("MSFT", "ly")=hf_Invested_Capital_Average("GOOGL", 2023, , "TTM")When to Use
- Proper ROIC calculations
- Capital efficiency trending
- Normalizing for capital changes
- Multi-period analysis
When NOT to Use
Common Issues & FAQ
Q: When should I use average vs point-in-time? A: Use average for ratio calculations (ROIC) to better match flow metrics with stock metrics.
Q: How is the average calculated? A: (Beginning period + Ending period) / 2.
