Total Fixed Assets (Historical)
Returns total fixed assets (net property, plant & equipment) from historical balance sheets.
Parameters
| Parameter | Required | Description |
|---|---|---|
| Symbol | Yes | Stock ticker symbol |
| Year | Yes | Fiscal year or period code |
| Quarter | No | Calendar quarter 1-4 |
| TTM | No | Set to "TTM" for trailing twelve months |
Notes
- Net of accumulated depreciation
- Gross PP&E minus accumulated depreciation = Net PP&E
- Key metric for capital intensity analysis
Examples
=hf_Total_fixed_assets("AAPL", 2023, 4)=hf_Total_fixed_assets("MSFT", "ly", 2)=hf_Total_fixed_assets(A1, B1, C1)When to Use
- Capital intensity analysis
- Asset turnover calculations
- Balance sheet analysis
- Return on assets calculations
When NOT to Use
Common Issues & FAQ
Q: What's the difference between gross and net fixed assets? A: Net = Gross - Accumulated Depreciation. Net shows the remaining book value.
