Invested Capital (Historical)
Returns the historical invested capital for a company. Invested capital represents the total capital employed in the business.
Formula
Invested Capital = Total Debt + Total Equity - Cash and Equivalents OR Invested Capital = Fixed Assets + Net Working Capital
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("AAPL", 2023, 4)=hf_Invested_Capital("MSFT", "ly")=hf_Invested_Capital("GOOGL", 2023, , "TTM")When to Use
- ROIC calculations
- Capital efficiency analysis
- Comparing capital bases
- Value creation assessment
When NOT to Use
Common Issues & FAQ
Q: What's included in invested capital? A: Typically debt + equity - cash, representing capital actively used in operations.
Q: Why use invested capital vs total assets? A: Invested capital excludes non-operating assets and focuses on productive capital.
