Accumulated Depreciation And Depletion (Historical)
Returns accumulated depreciation and depletion, the cumulative depreciation charged against fixed assets.
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
- Usually a negative number (contra-asset)
- Gross PP&E - Accumulated Depreciation = Net PP&E
- Higher values indicate older asset base
Examples
=hf_Accumulated_depreciation_and_depletion("AAPL", 2023, 4)=hf_Accumulated_depreciation_and_depletion("MSFT", "ly", 2)=hf_Accumulated_depreciation_and_depletion(A1, B1, C1)When to Use
- Asset age analysis
- Calculating net PP&E from gross
- Depreciation policy analysis
- Capital investment timing analysis
When NOT to Use
Common Issues & FAQ
Q: Why is this negative? A: Accumulated depreciation is a contra-asset account that reduces gross PP&E to net book value.
